Shades of Wasabi #768B35
Tints of Wasabi #768B35
RGB
CMYK
RGB Variations
Color information
#768B35 (or 0x768B35) is known color: Wasabi. HEX triplet: 76, 8B and 35. RGB value is (118,139,53). Sum of RGB (Red+Green+Blue) = 118+139+53=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #768B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B35 is #8974CA. Grayscale: #7B7B7B. Windows color (decimal): -9008331 or 3509110. OLE color: 3509110.
HSL color Cylindrical-coordinate representation of color #768B35: hue angle of 74.65º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #768B35 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 53 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.45 |
| HSL | 74.65º | 0.45% | 0.38% | - |
| HSV(B) | 74.65º | 0.62% | 0.55% | - |
| XYZ | 17.35 | 22.57 | 6.81 | - |
| YUV | 122.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 53 | 0.15 | 0 | 0.62 | 0.45 | 74.65 | 0.45 | 0.38 |
| Hex | 76 | 8B | 35 | F | 0 | 3E | 2D | 4B | 2D | 26 |
| Octal | 166 | 213 | 65 | 17 | 0 | 76 | 55 | 113 | 55 | 46 |
| Binary | 1110110 | 10001011 | 110101 | 1111 | 0 | 111110 | 101101 | 1001011 | 101101 | 100110 |
Color Harmonies of #768B35
Complementary color
Monochromatic Colors of #768B35
Black with #768B35
Text Example
Text Example
White with #768B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B35; }
p { color: rgb(118,139,53); }
H1.HeaderClassName
{
color: #768B35;
}
.AnyTagClassName
{
color: #768B35;
}
</style>
background-color css
<style>
a { background-color: #768B35; }
a { background-color: rgb(118,139,53); }
div.DivClassName
{
background-color: #768B35;
}
.BgClassName
{
background-color: #768B35;
}
</style>
border-color css
<style>
span { border-color: #768B35; }
span { border-color: rgb(118,139,53); }
td.TdClassName
{
border-color: #768B35;
}
.TagClassName
{
border-color: #768B35;
}
</style>