Shades of Crete #777B35
Tints of Crete #777B35
RGB
CMYK
RGB Variations
Color information
#777B35 (or 0x777B35) is known color: Crete. HEX triplet: 77, 7B and 35. RGB value is (119,123,53). Sum of RGB (Red+Green+Blue) = 119+123+53=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #777B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B35 is #8884CA. Grayscale: #727272. Windows color (decimal): -8946891 or 3505015. OLE color: 3505015.
HSL color Cylindrical-coordinate representation of color #777B35: hue angle of 63.43º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #777B35 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 53 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.52 |
| HSL | 63.43º | 0.4% | 0.35% | - |
| HSV(B) | 63.43º | 0.57% | 0.48% | - |
| XYZ | 15.33 | 18.34 | 6.1 | - |
| YUV | 113.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 53 | 0.03 | 0 | 0.57 | 0.52 | 63.43 | 0.4 | 0.35 |
| Hex | 77 | 7B | 35 | 3 | 0 | 39 | 34 | 3F | 28 | 23 |
| Octal | 167 | 173 | 65 | 3 | 0 | 71 | 64 | 77 | 50 | 43 |
| Binary | 1110111 | 1111011 | 110101 | 11 | 0 | 111001 | 110100 | 111111 | 101000 | 100011 |
Color Harmonies of #777B35
Complementary color
Monochromatic Colors of #777B35
Black with #777B35
Text Example
Text Example
White with #777B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B35; }
p { color: rgb(119,123,53); }
H1.HeaderClassName
{
color: #777B35;
}
.AnyTagClassName
{
color: #777B35;
}
</style>
background-color css
<style>
a { background-color: #777B35; }
a { background-color: rgb(119,123,53); }
div.DivClassName
{
background-color: #777B35;
}
.BgClassName
{
background-color: #777B35;
}
</style>
border-color css
<style>
span { border-color: #777B35; }
span { border-color: rgb(119,123,53); }
td.TdClassName
{
border-color: #777B35;
}
.TagClassName
{
border-color: #777B35;
}
</style>