#767736

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

Shades of Crete #767736

Tints of Crete #767736

Color information

#767736 (or 0x767736) is unknown color: approx Crete. HEX triplet: 76, 77 and 36. RGB value is (118,119,54). Sum of RGB (Red+Green+Blue) = 118+119+54=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #767736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767736 is #8988C9. Grayscale: #6F6F6F. Windows color (decimal): -9013450 or 3569526. OLE color: 3569526.

HSL color Cylindrical-coordinate representation of color #767736: hue angle of 60.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #767736 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB11811954-
CMYK0.0100.550.53
HSL60.92º37.57%33.92%-
HSV(B)60.92º54.62%46.67%-
XYZ14.7317.316.05-
YUV111.2995.67132.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=40.55%
G=40.89%
B=18.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119540.0100.550.5360.9237.5733.92
Hex7677361037353d2622
Octal16616766106765754642
Binary1110110111011111011010110111110101111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767736; }

 p { color: rgb(118,119,54); }

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

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

 a { background-color: rgb(118,119,54); }

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

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

 span { border-color: rgb(118,119,54); }

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