Shades of Topaz #7C7B7D
Tints of Topaz #7C7B7D
RGB
CMYK
RGB Variations
Color information
#7C7B7D (or 0x7C7B7D) is known color: Topaz. HEX triplet: 7C, 7B and 7D. RGB value is (124,123,125). Sum of RGB (Red+Green+Blue) = 124+123+125=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C7B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B7D is #838482. Grayscale: #7B7B7B. Windows color (decimal): -8619139 or 8223612. OLE color: 8223612.
HSL color Cylindrical-coordinate representation of color #7C7B7D: hue angle of 270º degrees, saturation: 0.01, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7C7B7D is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 124 | 123 | 125 | - |
CMYK | 0.01 | 0.02 | 0 | 0.51 |
HSL | 270º | 0.01% | 0.49% | - |
HSV(B) | 270º | 0.02% | 0.49% | - |
XYZ | 19.1 | 19.93 | 22.24 | - |
YUV | 123.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 123 | 125 | 0.01 | 0.02 | 0 | 0.51 | 270 | 0.01 | 0.49 |
Hex | 7C | 7B | 7D | 1 | 2 | 0 | 33 | 10E | 1 | 31 |
Octal | 174 | 173 | 175 | 1 | 2 | 0 | 63 | 416 | 1 | 61 |
Binary | 1111100 | 1111011 | 1111101 | 1 | 10 | 0 | 110011 | 100001110 | 1 | 110001 |
Color Harmonies of #7C7B7D
Complementary color
Monochromatic Colors of #7C7B7D
Black with #7C7B7D
Text Example
Text Example
White with #7C7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7B7D; }
p { color: rgb(124,123,125); }
H1.HeaderClassName
{
color: #7C7B7D;
}
.AnyTagClassName
{
color: #7C7B7D;
}
</style>
background-color css
<style>
a { background-color: #7C7B7D; }
a { background-color: rgb(124,123,125); }
div.DivClassName
{
background-color: #7C7B7D;
}
.BgClassName
{
background-color: #7C7B7D;
}
</style>
border-color css
<style>
span { border-color: #7C7B7D; }
span { border-color: rgb(124,123,125); }
td.TdClassName
{
border-color: #7C7B7D;
}
.TagClassName
{
border-color: #7C7B7D;
}
</style>