Shades of Falcon #76525A
Tints of Falcon #76525A
RGB
CMYK
RGB Variations
Color information
#76525A (or 0x76525A) is known color: Falcon. HEX triplet: 76, 52 and 5A. RGB value is (118,82,90). Sum of RGB (Red+Green+Blue) = 118+82+90=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76525A is #89ADA5. Grayscale: #5D5D5D. Windows color (decimal): -9022886 or 5919350. OLE color: 5919350.
HSL color Cylindrical-coordinate representation of color #76525A: hue angle of 346.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 #76525A is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 90 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.54 |
| HSL | 346.67º | 0.18% | 0.39% | - |
| HSV(B) | 346.67º | 0.31% | 0.46% | - |
| XYZ | 12.33 | 10.62 | 11.07 | - |
| YUV | 93.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 90 | 0 | 0.31 | 0.24 | 0.54 | 346.67 | 0.18 | 0.39 |
| Hex | 76 | 52 | 5A | 0 | 1F | 18 | 36 | 15B | 12 | 27 |
| Octal | 166 | 122 | 132 | 0 | 37 | 30 | 66 | 533 | 22 | 47 |
| Binary | 1110110 | 1010010 | 1011010 | 0 | 11111 | 11000 | 110110 | 101011011 | 10010 | 100111 |
Color Harmonies of #76525A
Complementary color
Monochromatic Colors of #76525A
Black with #76525A
Text Example
Text Example
White with #76525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76525A; }
p { color: rgb(118,82,90); }
H1.HeaderClassName
{
color: #76525A;
}
.AnyTagClassName
{
color: #76525A;
}
</style>
background-color css
<style>
a { background-color: #76525A; }
a { background-color: rgb(118,82,90); }
div.DivClassName
{
background-color: #76525A;
}
.BgClassName
{
background-color: #76525A;
}
</style>
border-color css
<style>
span { border-color: #76525A; }
span { border-color: rgb(118,82,90); }
td.TdClassName
{
border-color: #76525A;
}
.TagClassName
{
border-color: #76525A;
}
</style>