Shades of Wasabi #7B7F42
Tints of Wasabi #7B7F42
RGB
CMYK
RGB Variations
Color information
#7B7F42 (or 0x7B7F42) is known color: Wasabi. HEX triplet: 7B, 7F and 42. RGB value is (123,127,66). Sum of RGB (Red+Green+Blue) = 123+127+66=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7F42 is #8480BD. Grayscale: #777777. Windows color (decimal): -8683710 or 4358011. OLE color: 4358011.
HSL color Cylindrical-coordinate representation of color #7B7F42: hue angle of 63.93º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B7F42 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 127 | 66 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.50 |
| HSL | 63.93º | 0.32% | 0.38% | - |
| HSV(B) | 63.93º | 0.48% | 0.5% | - |
| XYZ | 16.74 | 19.78 | 8.09 | - |
| YUV | 118.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 66 | 0.03 | 0 | 0.48 | 0.50 | 63.93 | 0.32 | 0.38 |
| Hex | 7B | 7F | 42 | 3 | 0 | 30 | 32 | 40 | 20 | 26 |
| Octal | 173 | 177 | 102 | 3 | 0 | 60 | 62 | 100 | 40 | 46 |
| Binary | 1111011 | 1111111 | 1000010 | 11 | 0 | 110000 | 110010 | 1000000 | 100000 | 100110 |
Color Harmonies of #7B7F42
Complementary color
Monochromatic Colors of #7B7F42
Black with #7B7F42
Text Example
Text Example
White with #7B7F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F42; }
p { color: rgb(123,127,66); }
H1.HeaderClassName
{
color: #7B7F42;
}
.AnyTagClassName
{
color: #7B7F42;
}
</style>
background-color css
<style>
a { background-color: #7B7F42; }
a { background-color: rgb(123,127,66); }
div.DivClassName
{
background-color: #7B7F42;
}
.BgClassName
{
background-color: #7B7F42;
}
</style>
border-color css
<style>
span { border-color: #7B7F42; }
span { border-color: rgb(123,127,66); }
td.TdClassName
{
border-color: #7B7F42;
}
.TagClassName
{
border-color: #7B7F42;
}
</style>