Shades of Granny Smith #748C80
Tints of Granny Smith #748C80
RGB
CMYK
RGB Variations
Color information
#748C80 (or 0x748C80) is known color: Granny Smith. HEX triplet: 74, 8C and 80. RGB value is (116,140,128). Sum of RGB (Red+Green+Blue) = 116+140+128=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #748C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C80 is #8B737F. Grayscale: #838383. Windows color (decimal): -9139072 or 8424564. OLE color: 8424564.
HSL color Cylindrical-coordinate representation of color #748C80: hue angle of 150º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748C80 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 128 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.45 |
| HSL | 150º | 0.09% | 0.5% | - |
| HSV(B) | 150º | 0.17% | 0.55% | - |
| XYZ | 20.48 | 24.03 | 23.98 | - |
| YUV | 131.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 128 | 0.17 | 0 | 0.09 | 0.45 | 150 | 0.09 | 0.5 |
| Hex | 74 | 8C | 80 | 11 | 0 | 9 | 2D | 96 | 9 | 32 |
| Octal | 164 | 214 | 200 | 21 | 0 | 11 | 55 | 226 | 11 | 62 |
| Binary | 1110100 | 10001100 | 10000000 | 10001 | 0 | 1001 | 101101 | 10010110 | 1001 | 110010 |
Color Harmonies of #748C80
Complementary color
Monochromatic Colors of #748C80
Black with #748C80
Text Example
Text Example
White with #748C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C80; }
p { color: rgb(116,140,128); }
H1.HeaderClassName
{
color: #748C80;
}
.AnyTagClassName
{
color: #748C80;
}
</style>
background-color css
<style>
a { background-color: #748C80; }
a { background-color: rgb(116,140,128); }
div.DivClassName
{
background-color: #748C80;
}
.BgClassName
{
background-color: #748C80;
}
</style>
border-color css
<style>
span { border-color: #748C80; }
span { border-color: rgb(116,140,128); }
td.TdClassName
{
border-color: #748C80;
}
.TagClassName
{
border-color: #748C80;
}
</style>