Shades of Crete #767B32
Tints of Crete #767B32
RGB
CMYK
RGB Variations
Color information
#767B32 (or 0x767B32) is known color: Crete. HEX triplet: 76, 7B and 32. RGB value is (118,123,50). Sum of RGB (Red+Green+Blue) = 118+123+50=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #767B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767B32 is #8984CD. Grayscale: #717171. Windows color (decimal): -9012430 or 3308406. OLE color: 3308406.
HSL color Cylindrical-coordinate representation of color #767B32: hue angle of 64.11º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #767B32 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 50 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.52 |
| HSL | 64.11º | 0.42% | 0.34% | - |
| HSV(B) | 64.11º | 0.59% | 0.48% | - |
| XYZ | 15.13 | 18.25 | 5.74 | - |
| YUV | 113.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 50 | 0.04 | 0 | 0.59 | 0.52 | 64.11 | 0.42 | 0.34 |
| Hex | 76 | 7B | 32 | 4 | 0 | 3B | 34 | 40 | 2A | 22 |
| Octal | 166 | 173 | 62 | 4 | 0 | 73 | 64 | 100 | 52 | 42 |
| Binary | 1110110 | 1111011 | 110010 | 100 | 0 | 111011 | 110100 | 1000000 | 101010 | 100010 |
Color Harmonies of #767B32
Complementary color
Monochromatic Colors of #767B32
Black with #767B32
Text Example
Text Example
White with #767B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B32; }
p { color: rgb(118,123,50); }
H1.HeaderClassName
{
color: #767B32;
}
.AnyTagClassName
{
color: #767B32;
}
</style>
background-color css
<style>
a { background-color: #767B32; }
a { background-color: rgb(118,123,50); }
div.DivClassName
{
background-color: #767B32;
}
.BgClassName
{
background-color: #767B32;
}
</style>
border-color css
<style>
span { border-color: #767B32; }
span { border-color: rgb(118,123,50); }
td.TdClassName
{
border-color: #767B32;
}
.TagClassName
{
border-color: #767B32;
}
</style>