Html Css Color HEX #424744 Goblin

📋 copy color: '#424744'

red 66 ◦ green 71 ◦ blue 68

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

Shades of Goblin #424744

Tints of Goblin #424744

RGB

 RED value IS 66 (26.17% from 255) = 32.2%

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 32.2%
G = 34.63%
B = 33.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#424744 (or 0x424744) is known color: Goblin. HEX triplet: 42, 47 and 44. RGB value is (66,71,68). Sum of RGB (Red+Green+Blue) = 66+71+68=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 71 - color contains mainly: green. Hex color #424744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424744 is #BDB8BB. Grayscale: #454545. Windows color (decimal): -12433596 or 4474690. OLE color: 4474690.

HSL color Cylindrical-coordinate representation of color #424744: hue angle of 144º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #424744 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 68 -
CMYK 0.07 0 0.04 0.72
HSL 144º 0.04% 0.27% -
HSV(B) 144º 0.07% 0.28% -
XYZ 5.54 6.08 6.35 -
YUV 69.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 66 71 68 0.07 0 0.04 0.72 144 0.04 0.27
Hex 42 47 44 7 0 4 48 90 4 1B
Octal 102 107 104 7 0 4 110 220 4 33
Binary 1000010 1000111 1000100 111 0 100 1001000 10010000 100 11011

Color Harmonies of #424744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424744

Black with #424744

Text Example


Text Example

White with #424744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424744; }

 p { color: rgb(66,71,68); }

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

background-color css

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

 a { background-color: rgb(66,71,68); }

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

border-color css

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

 span { border-color: rgb(66,71,68); }

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