Html Css Color HEX #4D4D40 Thunder

📋 copy color: '#4D4D40'

red 77 ◦ green 77 ◦ blue 64

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

Shades of Thunder #4D4D40

Tints of Thunder #4D4D40

RGB

 RED value IS 77 (30.47% from 255) = 35.32%

 GREEN value IS 77 (30.47% from 255) = 35.32%

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 35.32%
G = 35.32%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4D40 (or 0x4D4D40) is known color: Thunder. HEX triplet: 4D, 4D and 40. RGB value is (77,77,64). Sum of RGB (Red+Green+Blue) = 77+77+64=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D40 is #B2B2BF. Grayscale: #4B4B4B. Windows color (decimal): -11711168 or 4214093. OLE color: 4214093.

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

Color convert

RGB 77 77 64 -
CMYK 0 0 0.17 0.70
HSL 60º 0.09% 0.28% -
HSV(B) 60º 0.17% 0.3% -
XYZ 6.64 7.26 5.9 -
YUV 75.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 77 77 64 0 0 0.17 0.70 60 0.09 0.28
Hex 4D 4D 40 0 0 11 46 3C 9 1C
Octal 115 115 100 0 0 21 106 74 11 34
Binary 1001101 1001101 1000000 0 0 10001 1000110 111100 1001 11100

Color Harmonies of #4D4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4D40

Black with #4D4D40

Text Example


Text Example

White with #4D4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D4D40; }

 p { color: rgb(77,77,64); }

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

background-color css

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

 a { background-color: rgb(77,77,64); }

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

border-color css

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

 span { border-color: rgb(77,77,64); }

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