#766C34

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

Shades of Crete #766C34

Tints of Crete #766C34

Color information

#766C34 (or 0x766C34) is unknown color: approx Crete. HEX triplet: 76, 6C and 34. RGB value is (118,108,52). Sum of RGB (Red+Green+Blue) = 118+108+52=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C34 is #8993CB. Grayscale: #686868. Windows color (decimal): -9016268 or 3435638. OLE color: 3435638.

HSL color Cylindrical-coordinate representation of color #766C34: hue angle of 50.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766C34 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11810852-
CMYK00.080.560.54
HSL50.91º38.82%33.33%-
HSV(B)50.91º55.93%46.27%-
XYZ13.4514.825.4-
YUV104.6198.31137.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=42.45%
G=38.85%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181085200.080.560.5450.9138.8233.33
Hex766C34083836332721
Octal166154640107066634741
Binary1110110110110011010001000111000110110110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,52); }

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

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

 a { background-color: rgb(118,108,52); }

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

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

 span { border-color: rgb(118,108,52); }

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