Shades of Como #43755C
Tints of Como #43755C
RGB
CMYK
RGB Variations
Color information
#43755C (or 0x43755C) is known color: Como. HEX triplet: 43, 75 and 5C. RGB value is (67,117,92). Sum of RGB (Red+Green+Blue) = 67+117+92=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #43755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43755C is #BC8AA3. Grayscale: #636363. Windows color (decimal): -12356260 or 6059331. OLE color: 6059331.
HSL color Cylindrical-coordinate representation of color #43755C: hue angle of 150º degrees, saturation: 0.27, 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 #43755C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 117 | 92 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.54 |
| HSL | 150º | 0.27% | 0.36% | - |
| HSV(B) | 150º | 0.43% | 0.46% | - |
| XYZ | 10.61 | 14.69 | 12.4 | - |
| YUV | 99.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 92 | 0.43 | 0 | 0.21 | 0.54 | 150 | 0.27 | 0.36 |
| Hex | 43 | 75 | 5C | 2B | 0 | 15 | 36 | 96 | 1B | 24 |
| Octal | 103 | 165 | 134 | 53 | 0 | 25 | 66 | 226 | 33 | 44 |
| Binary | 1000011 | 1110101 | 1011100 | 101011 | 0 | 10101 | 110110 | 10010110 | 11011 | 100100 |
Color Harmonies of #43755C
Complementary color
Monochromatic Colors of #43755C
Black with #43755C
Text Example
Text Example
White with #43755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43755C; }
p { color: rgb(67,117,92); }
H1.HeaderClassName
{
color: #43755C;
}
.AnyTagClassName
{
color: #43755C;
}
</style>
background-color css
<style>
a { background-color: #43755C; }
a { background-color: rgb(67,117,92); }
div.DivClassName
{
background-color: #43755C;
}
.BgClassName
{
background-color: #43755C;
}
</style>
border-color css
<style>
span { border-color: #43755C; }
span { border-color: rgb(67,117,92); }
td.TdClassName
{
border-color: #43755C;
}
.TagClassName
{
border-color: #43755C;
}
</style>