Shades of Xanadu #748B68
Tints of Xanadu #748B68
RGB
CMYK
RGB Variations
Color information
#748B68 (or 0x748B68) is known color: Xanadu. HEX triplet: 74, 8B and 68. RGB value is (116,139,104). Sum of RGB (Red+Green+Blue) = 116+139+104=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #748B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B68 is #8B7497. Grayscale: #808080. Windows color (decimal): -9139352 or 6851444. OLE color: 6851444.
HSL color Cylindrical-coordinate representation of color #748B68: hue angle of 99.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #748B68 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 104 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.45 |
| HSL | 99.43º | 0.14% | 0.48% | - |
| HSV(B) | 99.43º | 0.25% | 0.55% | - |
| XYZ | 18.93 | 23.18 | 16.57 | - |
| YUV | 128.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 104 | 0.17 | 0 | 0.25 | 0.45 | 99.43 | 0.14 | 0.48 |
| Hex | 74 | 8B | 68 | 11 | 0 | 19 | 2D | 63 | E | 30 |
| Octal | 164 | 213 | 150 | 21 | 0 | 31 | 55 | 143 | 16 | 60 |
| Binary | 1110100 | 10001011 | 1101000 | 10001 | 0 | 11001 | 101101 | 1100011 | 1110 | 110000 |
Color Harmonies of #748B68
Complementary color
Monochromatic Colors of #748B68
Black with #748B68
Text Example
Text Example
White with #748B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B68; }
p { color: rgb(116,139,104); }
H1.HeaderClassName
{
color: #748B68;
}
.AnyTagClassName
{
color: #748B68;
}
</style>
background-color css
<style>
a { background-color: #748B68; }
a { background-color: rgb(116,139,104); }
div.DivClassName
{
background-color: #748B68;
}
.BgClassName
{
background-color: #748B68;
}
</style>
border-color css
<style>
span { border-color: #748B68; }
span { border-color: rgb(116,139,104); }
td.TdClassName
{
border-color: #748B68;
}
.TagClassName
{
border-color: #748B68;
}
</style>