Shades of Boulder #7B7C7B
Tints of Boulder #7B7C7B
RGB
CMYK
RGB Variations
Color information
#7B7C7B (or 0x7B7C7B) is known color: Boulder. HEX triplet: 7B, 7C and 7B. RGB value is (123,124,123). Sum of RGB (Red+Green+Blue) = 123+124+123=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C7B is #848384. Grayscale: #7B7B7B. Windows color (decimal): -8684421 or 8092795. OLE color: 8092795.
HSL color Cylindrical-coordinate representation of color #7B7C7B: hue angle of 120º degrees, saturation: 0, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #7B7C7B is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
RGB | 123 | 124 | 123 | - |
CMYK | 0.01 | 0 | 0.01 | 0.51 |
HSL | 120º | 0% | 0.48% | - |
HSV(B) | 120º | 0.01% | 0.49% | - |
XYZ | 18.95 | 20.06 | 21.61 | - |
YUV | 123.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 124 | 123 | 0.01 | 0 | 0.01 | 0.51 | 120 | 0 | 0.48 |
Hex | 7B | 7C | 7B | 1 | 0 | 1 | 33 | 78 | 0 | 30 |
Octal | 173 | 174 | 173 | 1 | 0 | 1 | 63 | 170 | 0 | 60 |
Binary | 1111011 | 1111100 | 1111011 | 1 | 0 | 1 | 110011 | 1111000 | 0 | 110000 |
Color Harmonies of #7B7C7B
Complementary color
Monochromatic Colors of #7B7C7B
Black with #7B7C7B
Text Example
Text Example
White with #7B7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C7B; }
p { color: rgb(123,124,123); }
H1.HeaderClassName
{
color: #7B7C7B;
}
.AnyTagClassName
{
color: #7B7C7B;
}
</style>
background-color css
<style>
a { background-color: #7B7C7B; }
a { background-color: rgb(123,124,123); }
div.DivClassName
{
background-color: #7B7C7B;
}
.BgClassName
{
background-color: #7B7C7B;
}
</style>
border-color css
<style>
span { border-color: #7B7C7B; }
span { border-color: rgb(123,124,123); }
td.TdClassName
{
border-color: #7B7C7B;
}
.TagClassName
{
border-color: #7B7C7B;
}
</style>