Shades of Peat #766B52
Tints of Peat #766B52
RGB
CMYK
RGB Variations
Color information
#766B52 (or 0x766B52) is known color: Peat. HEX triplet: 76, 6B and 52. RGB value is (118,107,82). Sum of RGB (Red+Green+Blue) = 118+107+82=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B52 is #8994AD. Grayscale: #6B6B6B. Windows color (decimal): -9016494 or 5401462. OLE color: 5401462.
HSL color Cylindrical-coordinate representation of color #766B52: hue angle of 41.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766B52 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 82 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.54 |
| HSL | 41.67º | 0.18% | 0.39% | - |
| HSV(B) | 41.67º | 0.31% | 0.46% | - |
| XYZ | 14.25 | 14.98 | 10.12 | - |
| YUV | 107.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 82 | 0 | 0.09 | 0.31 | 0.54 | 41.67 | 0.18 | 0.39 |
| Hex | 76 | 6B | 52 | 0 | 9 | 1F | 36 | 2A | 12 | 27 |
| Octal | 166 | 153 | 122 | 0 | 11 | 37 | 66 | 52 | 22 | 47 |
| Binary | 1110110 | 1101011 | 1010010 | 0 | 1001 | 11111 | 110110 | 101010 | 10010 | 100111 |
Color Harmonies of #766B52
Complementary color
Monochromatic Colors of #766B52
Black with #766B52
Text Example
Text Example
White with #766B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B52; }
p { color: rgb(118,107,82); }
H1.HeaderClassName
{
color: #766B52;
}
.AnyTagClassName
{
color: #766B52;
}
</style>
background-color css
<style>
a { background-color: #766B52; }
a { background-color: rgb(118,107,82); }
div.DivClassName
{
background-color: #766B52;
}
.BgClassName
{
background-color: #766B52;
}
</style>
border-color css
<style>
span { border-color: #766B52; }
span { border-color: rgb(118,107,82); }
td.TdClassName
{
border-color: #766B52;
}
.TagClassName
{
border-color: #766B52;
}
</style>