#76763F

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

Shades of Crete #76763F

Tints of Crete #76763F

Color information

#76763F (or 0x76763F) is unknown color: approx Crete. HEX triplet: 76, 76 and 3F. RGB value is (118,118,63). Sum of RGB (Red+Green+Blue) = 118+118+63=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76763F is #8989C0. Grayscale: #6F6F6F. Windows color (decimal): -9013697 or 4159094. OLE color: 4159094.

HSL color Cylindrical-coordinate representation of color #76763F: hue angle of 60º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76763F is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11811863-
CMYK000.470.54
HSL60º30.39%35.49%-
HSV(B)60º46.61%46.27%-
XYZ14.8517.177.23-
YUV111.73100.5132.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 63 (25% from 255) = 21.07%
R=39.46%
G=39.46%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811863000.470.546030.3935.49
Hex76763F002F363c1e23
Octal16616677005766743643
Binary111011011101101111110010111111011011110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76763F; }

 p { color: rgb(118,118,63); }

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

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

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

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

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

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

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