Shades of Oxley #758F7E
Tints of Oxley #758F7E
RGB
CMYK
RGB Variations
Color information
#758F7E (or 0x758F7E) is known color: Oxley. HEX triplet: 75, 8F and 7E. RGB value is (117,143,126). Sum of RGB (Red+Green+Blue) = 117+143+126=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 143 - color contains mainly: green. Hex color #758F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F7E is #8A7081. Grayscale: #858585. Windows color (decimal): -9072770 or 8294261. OLE color: 8294261.
HSL color Cylindrical-coordinate representation of color #758F7E: hue angle of 140.77º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F7E is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
RGB | 117 | 143 | 126 | - |
CMYK | 0.18 | 0 | 0.12 | 0.44 |
HSL | 140.77º | 0.1% | 0.51% | - |
HSV(B) | 140.77º | 0.18% | 0.56% | - |
XYZ | 20.92 | 24.93 | 23.45 | - |
YUV | 133.29 | 123.89 | 116.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 143 | 126 | 0.18 | 0 | 0.12 | 0.44 | 140.77 | 0.1 | 0.51 |
Hex | 75 | 8F | 7E | 12 | 0 | C | 2C | 8D | A | 33 |
Octal | 165 | 217 | 176 | 22 | 0 | 14 | 54 | 215 | 12 | 63 |
Binary | 1110101 | 10001111 | 1111110 | 10010 | 0 | 1100 | 101100 | 10001101 | 1010 | 110011 |
Color Harmonies of #758F7E
Complementary color
Monochromatic Colors of #758F7E
Black with #758F7E
Text Example
Text Example
White with #758F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F7E; }
p { color: rgb(117,143,126); }
H1.HeaderClassName
{
color: #758F7E;
}
.AnyTagClassName
{
color: #758F7E;
}
</style>
background-color css
<style>
a { background-color: #758F7E; }
a { background-color: rgb(117,143,126); }
div.DivClassName
{
background-color: #758F7E;
}
.BgClassName
{
background-color: #758F7E;
}
</style>
border-color css
<style>
span { border-color: #758F7E; }
span { border-color: rgb(117,143,126); }
td.TdClassName
{
border-color: #758F7E;
}
.TagClassName
{
border-color: #758F7E;
}
</style>