Shades of Payne's Grey #43444D
Tints of Payne's Grey #43444D
RGB
CMYK
RGB Variations
Color information
#43444D (or 0x43444D) is known color: Payne's Grey. HEX triplet: 43, 44 and 4D. RGB value is (67,68,77). Sum of RGB (Red+Green+Blue) = 67+68+77=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #43444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43444D is #BCBBB2. Grayscale: #444444. Windows color (decimal): -12368819 or 5063747. OLE color: 5063747.
HSL color Cylindrical-coordinate representation of color #43444D: hue angle of 234º 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 #43444D is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 68 | 77 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.70 |
| HSL | 234º | 0.07% | 0.28% | - |
| HSV(B) | 234º | 0.13% | 0.3% | - |
| XYZ | 5.72 | 5.86 | 7.85 | - |
| YUV | 68.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 77 | 0.13 | 0.12 | 0 | 0.70 | 234 | 0.07 | 0.28 |
| Hex | 43 | 44 | 4D | D | C | 0 | 46 | EA | 7 | 1C |
| Octal | 103 | 104 | 115 | 15 | 14 | 0 | 106 | 352 | 7 | 34 |
| Binary | 1000011 | 1000100 | 1001101 | 1101 | 1100 | 0 | 1000110 | 11101010 | 111 | 11100 |
Color Harmonies of #43444D
Complementary color
Monochromatic Colors of #43444D
Black with #43444D
Text Example
Text Example
White with #43444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43444D; }
p { color: rgb(67,68,77); }
H1.HeaderClassName
{
color: #43444D;
}
.AnyTagClassName
{
color: #43444D;
}
</style>
background-color css
<style>
a { background-color: #43444D; }
a { background-color: rgb(67,68,77); }
div.DivClassName
{
background-color: #43444D;
}
.BgClassName
{
background-color: #43444D;
}
</style>
border-color css
<style>
span { border-color: #43444D; }
span { border-color: rgb(67,68,77); }
td.TdClassName
{
border-color: #43444D;
}
.TagClassName
{
border-color: #43444D;
}
</style>