#766F35

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

Shades of Crete #766F35

Tints of Crete #766F35

Color information

#766F35 (or 0x766F35) is unknown color: approx Crete. HEX triplet: 76, 6F and 35. RGB value is (118,111,53). Sum of RGB (Red+Green+Blue) = 118+111+53=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F35 is #8990CA. Grayscale: #6A6A6A. Windows color (decimal): -9015499 or 3501942. OLE color: 3501942.

HSL color Cylindrical-coordinate representation of color #766F35: hue angle of 53.54º 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 #766F35 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB11811153-
CMYK00.060.550.54
HSL53.54º38.01%33.53%-
HSV(B)53.54º55.08%46.27%-
XYZ13.815.485.63-
YUV106.4897.82136.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=41.84%
G=39.36%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181115300.060.550.5453.5438.0133.53
Hex766F35063736362622
Octal16615765066766664642
Binary111011011011111101010110110111110110110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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