Html Css Color HEX #43434C Payne's Grey

📋 copy color: '#43434C'

red 67 ◦ green 67 ◦ blue 76

#43434C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #43434C

Tints of Payne's Grey #43434C

RGB

 RED value IS 67 (26.56% from 255) = 31.9%

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 31.9%
G = 31.9%
B = 36.19%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#43434C (or 0x43434C) is known color: Payne's Grey. HEX triplet: 43, 43 and 4C. RGB value is (67,67,76). Sum of RGB (Red+Green+Blue) = 67+67+76=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #43434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43434C is #BCBCB3. Grayscale: #434343. Windows color (decimal): -12369076 or 4997955. OLE color: 4997955.

HSL color Cylindrical-coordinate representation of color #43434C: hue angle of 240º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #43434C is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 67 76 -
CMYK 0.12 0.12 0 0.70
HSL 240º 0.06% 0.28% -
HSV(B) 240º 0.12% 0.3% -
XYZ 5.63 5.73 7.65 -
YUV 68.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 67 67 76 0.12 0.12 0 0.70 240 0.06 0.28
Hex 43 43 4C C C 0 46 F0 6 1C
Octal 103 103 114 14 14 0 106 360 6 34
Binary 1000011 1000011 1001100 1100 1100 0 1000110 11110000 110 11100

Color Harmonies of #43434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43434C

Black with #43434C

Text Example


Text Example

White with #43434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43434C; }

 p { color: rgb(67,67,76); }

 H1.HeaderClassName
 {
   color: #43434C;
 }
 .AnyTagClassName
 {
   color: #43434C;
 }
</style>

background-color css

<style>
 a { background-color: #43434C; }

 a { background-color: rgb(67,67,76); }

 div.DivClassName
 {
   background-color: #43434C;
 }
 .BgClassName
 {
   background-color: #43434C;
 }
</style>

border-color css

<style>
 span { border-color: #43434C; }

 span { border-color: rgb(67,67,76); }

 td.TdClassName
 {
   border-color: #43434C;
 }
 .TagClassName
 {
   border-color: #43434C;
 }
</style>