Shades of Xanadu #748C67
Tints of Xanadu #748C67
RGB
CMYK
RGB Variations
Color information
#748C67 (or 0x748C67) is known color: Xanadu. HEX triplet: 74, 8C and 67. RGB value is (116,140,103). Sum of RGB (Red+Green+Blue) = 116+140+103=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #748C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C67 is #8B7398. Grayscale: #808080. Windows color (decimal): -9139097 or 6786164. OLE color: 6786164.
HSL color Cylindrical-coordinate representation of color #748C67: hue angle of 98.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #748C67 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 103 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.45 |
| HSL | 98.92º | 0.15% | 0.48% | - |
| HSV(B) | 98.92º | 0.26% | 0.55% | - |
| XYZ | 19.03 | 23.45 | 16.36 | - |
| YUV | 128.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 103 | 0.17 | 0 | 0.26 | 0.45 | 98.92 | 0.15 | 0.48 |
| Hex | 74 | 8C | 67 | 11 | 0 | 1A | 2D | 63 | F | 30 |
| Octal | 164 | 214 | 147 | 21 | 0 | 32 | 55 | 143 | 17 | 60 |
| Binary | 1110100 | 10001100 | 1100111 | 10001 | 0 | 11010 | 101101 | 1100011 | 1111 | 110000 |
Color Harmonies of #748C67
Complementary color
Monochromatic Colors of #748C67
Black with #748C67
Text Example
Text Example
White with #748C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C67; }
p { color: rgb(116,140,103); }
H1.HeaderClassName
{
color: #748C67;
}
.AnyTagClassName
{
color: #748C67;
}
</style>
background-color css
<style>
a { background-color: #748C67; }
a { background-color: rgb(116,140,103); }
div.DivClassName
{
background-color: #748C67;
}
.BgClassName
{
background-color: #748C67;
}
</style>
border-color css
<style>
span { border-color: #748C67; }
span { border-color: rgb(116,140,103); }
td.TdClassName
{
border-color: #748C67;
}
.TagClassName
{
border-color: #748C67;
}
</style>