#766F2E

Color #766F2E Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #766F2E

Tints of Crete #766F2E

Color information

#766F2E (or 0x766F2E) is unknown color: approx Crete. HEX triplet: 76, 6F and 2E. RGB value is (118,111,46). Sum of RGB (Red+Green+Blue) = 118+111+46=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F2E is #8990D1. Grayscale: #696969. Windows color (decimal): -9015506 or 3043190. OLE color: 3043190.

HSL color Cylindrical-coordinate representation of color #766F2E: hue angle of 54.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #766F2E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11811146-
CMYK00.060.610.54
HSL54.17º43.9%32.16%-
HSV(B)54.17º61.02%46.27%-
XYZ13.6515.424.84-
YUV105.6894.32136.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=42.91%
G=40.36%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181114600.060.610.5454.1743.932.16
Hex766F2E063D36362c20
Octal16615756067566665440
Binary111011011011111011100110111101110110110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F2E; }

 p { color: rgb(118,111,46); }

 H1.HeaderClassName
 {
   color: #766F2E;
 }
 .AnyTagClassName
 {
   color: #766F2E;
 }
</style>
background-color css

<style>
 a { background-color: #766F2E; }

 a { background-color: rgb(118,111,46); }

 div.DivClassName
 {
   background-color: #766F2E;
 }
 .BgClassName
 {
   background-color: #766F2E;
 }
</style>
border-color css

<style>
 span { border-color: #766F2E; }

 span { border-color: rgb(118,111,46); }

 td.TdClassName
 {
   border-color: #766F2E;
 }
 .TagClassName
 {
   border-color: #766F2E;
 }
</style>