Shades of Xanadu #748A67
Tints of Xanadu #748A67
RGB
CMYK
RGB Variations
Color information
#748A67 (or 0x748A67) is known color: Xanadu. HEX triplet: 74, 8A and 67. RGB value is (116,138,103). Sum of RGB (Red+Green+Blue) = 116+138+103=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #748A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A67 is #8B7598. Grayscale: #7F7F7F. Windows color (decimal): -9139609 or 6785652. OLE color: 6785652.
HSL color Cylindrical-coordinate representation of color #748A67: hue angle of 97.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #748A67 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 103 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.46 |
| HSL | 97.71º | 0.15% | 0.47% | - |
| HSV(B) | 97.71º | 0.25% | 0.54% | - |
| XYZ | 18.74 | 22.87 | 16.26 | - |
| YUV | 127.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 103 | 0.16 | 0 | 0.25 | 0.46 | 97.71 | 0.15 | 0.47 |
| Hex | 74 | 8A | 67 | 10 | 0 | 19 | 2E | 62 | F | 2F |
| Octal | 164 | 212 | 147 | 20 | 0 | 31 | 56 | 142 | 17 | 57 |
| Binary | 1110100 | 10001010 | 1100111 | 10000 | 0 | 11001 | 101110 | 1100010 | 1111 | 101111 |
Color Harmonies of #748A67
Complementary color
Monochromatic Colors of #748A67
Black with #748A67
Text Example
Text Example
White with #748A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A67; }
p { color: rgb(116,138,103); }
H1.HeaderClassName
{
color: #748A67;
}
.AnyTagClassName
{
color: #748A67;
}
</style>
background-color css
<style>
a { background-color: #748A67; }
a { background-color: rgb(116,138,103); }
div.DivClassName
{
background-color: #748A67;
}
.BgClassName
{
background-color: #748A67;
}
</style>
border-color css
<style>
span { border-color: #748A67; }
span { border-color: rgb(116,138,103); }
td.TdClassName
{
border-color: #748A67;
}
.TagClassName
{
border-color: #748A67;
}
</style>