Shades of Xanadu #748B6D
Tints of Xanadu #748B6D
RGB
CMYK
RGB Variations
Color information
#748B6D (or 0x748B6D) is known color: Xanadu. HEX triplet: 74, 8B and 6D. RGB value is (116,139,109). Sum of RGB (Red+Green+Blue) = 116+139+109=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #748B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B6D is #8B7492. Grayscale: #808080. Windows color (decimal): -9139347 or 7179124. OLE color: 7179124.
HSL color Cylindrical-coordinate representation of color #748B6D: hue angle of 106º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748B6D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 109 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.45 |
| HSL | 106º | 0.12% | 0.49% | - |
| HSV(B) | 106º | 0.22% | 0.55% | - |
| XYZ | 19.2 | 23.28 | 17.95 | - |
| YUV | 128.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 109 | 0.17 | 0 | 0.22 | 0.45 | 106 | 0.12 | 0.49 |
| Hex | 74 | 8B | 6D | 11 | 0 | 16 | 2D | 6A | C | 31 |
| Octal | 164 | 213 | 155 | 21 | 0 | 26 | 55 | 152 | 14 | 61 |
| Binary | 1110100 | 10001011 | 1101101 | 10001 | 0 | 10110 | 101101 | 1101010 | 1100 | 110001 |
Color Harmonies of #748B6D
Complementary color
Monochromatic Colors of #748B6D
Black with #748B6D
Text Example
Text Example
White with #748B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B6D; }
p { color: rgb(116,139,109); }
H1.HeaderClassName
{
color: #748B6D;
}
.AnyTagClassName
{
color: #748B6D;
}
</style>
background-color css
<style>
a { background-color: #748B6D; }
a { background-color: rgb(116,139,109); }
div.DivClassName
{
background-color: #748B6D;
}
.BgClassName
{
background-color: #748B6D;
}
</style>
border-color css
<style>
span { border-color: #748B6D; }
span { border-color: rgb(116,139,109); }
td.TdClassName
{
border-color: #748B6D;
}
.TagClassName
{
border-color: #748B6D;
}
</style>