#766C35

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

Shades of Crete #766C35

Tints of Crete #766C35

Color information

#766C35 (or 0x766C35) is unknown color: approx Crete. HEX triplet: 76, 6C and 35. RGB value is (118,108,53). Sum of RGB (Red+Green+Blue) = 118+108+53=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #766C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C35 is #8993CA. Grayscale: #686868. Windows color (decimal): -9016267 or 3501174. OLE color: 3501174.

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

Color convert

RGB11810853-
CMYK00.080.550.54
HSL50.77º38.01%33.53%-
HSV(B)50.77º55.08%46.27%-
XYZ13.4814.835.52-
YUV104.7298.81137.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=42.29%
G=38.71%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181085300.080.550.5450.7738.0133.53
Hex766C35083736332622
Octal166154650106766634642
Binary1110110110110011010101000110111110110110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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