Shades of Como #43765E
Tints of Como #43765E
RGB
CMYK
RGB Variations
Color information
#43765E (or 0x43765E) is known color: Como. HEX triplet: 43, 76 and 5E. RGB value is (67,118,94). Sum of RGB (Red+Green+Blue) = 67+118+94=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #43765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43765E is #BC89A1. Grayscale: #646464. Windows color (decimal): -12356002 or 6190659. OLE color: 6190659.
HSL color Cylindrical-coordinate representation of color #43765E: hue angle of 151.76º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #43765E is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 118 | 94 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.54 |
| HSL | 151.76º | 0.28% | 0.36% | - |
| HSV(B) | 151.76º | 0.43% | 0.46% | - |
| XYZ | 10.81 | 14.96 | 12.91 | - |
| YUV | 100.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 118 | 94 | 0.43 | 0 | 0.20 | 0.54 | 151.76 | 0.28 | 0.36 |
| Hex | 43 | 76 | 5E | 2B | 0 | 14 | 36 | 98 | 1C | 24 |
| Octal | 103 | 166 | 136 | 53 | 0 | 24 | 66 | 230 | 34 | 44 |
| Binary | 1000011 | 1110110 | 1011110 | 101011 | 0 | 10100 | 110110 | 10011000 | 11100 | 100100 |
Color Harmonies of #43765E
Complementary color
Monochromatic Colors of #43765E
Black with #43765E
Text Example
Text Example
White with #43765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43765E; }
p { color: rgb(67,118,94); }
H1.HeaderClassName
{
color: #43765E;
}
.AnyTagClassName
{
color: #43765E;
}
</style>
background-color css
<style>
a { background-color: #43765E; }
a { background-color: rgb(67,118,94); }
div.DivClassName
{
background-color: #43765E;
}
.BgClassName
{
background-color: #43765E;
}
</style>
border-color css
<style>
span { border-color: #43765E; }
span { border-color: rgb(67,118,94); }
td.TdClassName
{
border-color: #43765E;
}
.TagClassName
{
border-color: #43765E;
}
</style>