Shades of Payne's Grey #43424C
Tints of Payne's Grey #43424C
RGB
CMYK
RGB Variations
Color information
#43424C (or 0x43424C) is known color: Payne's Grey. HEX triplet: 43, 42 and 4C. RGB value is (67,66,76). Sum of RGB (Red+Green+Blue) = 67+66+76=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #43424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43424C is #BCBDB3. Grayscale: #434343. Windows color (decimal): -12369332 or 4997699. OLE color: 4997699.
HSL color Cylindrical-coordinate representation of color #43424C: hue angle of 246º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #43424C is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 66 | 76 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.70 |
| HSL | 246º | 0.07% | 0.28% | - |
| HSV(B) | 246º | 0.13% | 0.3% | - |
| XYZ | 5.57 | 5.61 | 7.63 | - |
| YUV | 67.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 76 | 0.12 | 0.13 | 0 | 0.70 | 246 | 0.07 | 0.28 |
| Hex | 43 | 42 | 4C | C | D | 0 | 46 | F6 | 7 | 1C |
| Octal | 103 | 102 | 114 | 14 | 15 | 0 | 106 | 366 | 7 | 34 |
| Binary | 1000011 | 1000010 | 1001100 | 1100 | 1101 | 0 | 1000110 | 11110110 | 111 | 11100 |
Color Harmonies of #43424C
Complementary color
Monochromatic Colors of #43424C
Black with #43424C
Text Example
Text Example
White with #43424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43424C; }
p { color: rgb(67,66,76); }
H1.HeaderClassName
{
color: #43424C;
}
.AnyTagClassName
{
color: #43424C;
}
</style>
background-color css
<style>
a { background-color: #43424C; }
a { background-color: rgb(67,66,76); }
div.DivClassName
{
background-color: #43424C;
}
.BgClassName
{
background-color: #43424C;
}
</style>
border-color css
<style>
span { border-color: #43424C; }
span { border-color: rgb(67,66,76); }
td.TdClassName
{
border-color: #43424C;
}
.TagClassName
{
border-color: #43424C;
}
</style>