Html Css Color HEX #4D4F55 Tuna

📋 copy color: '#4D4F55'

red 77 ◦ green 79 ◦ blue 85

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

Shades of Tuna #4D4F55

Tints of Tuna #4D4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 31.95%
G = 32.78%
B = 35.27%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D4F55 (or 0x4D4F55) is known color: Tuna. HEX triplet: 4D, 4F and 55. RGB value is (77,79,85). Sum of RGB (Red+Green+Blue) = 77+79+85=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D4F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F55 is #B2B0AA. Grayscale: #4F4F4F. Windows color (decimal): -11710635 or 5590861. OLE color: 5590861.

HSL color Cylindrical-coordinate representation of color #4D4F55: hue angle of 225º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D4F55 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 79 85 -
CMYK 0.09 0.07 0 0.67
HSL 225º 0.05% 0.32% -
HSV(B) 225º 0.09% 0.33% -
XYZ 7.5 7.83 9.71 -
YUV 79.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 77 79 85 0.09 0.07 0 0.67 225 0.05 0.32
Hex 4D 4F 55 9 7 0 43 E1 5 20
Octal 115 117 125 11 7 0 103 341 5 40
Binary 1001101 1001111 1010101 1001 111 0 1000011 11100001 101 100000

Color Harmonies of #4D4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F55

Black with #4D4F55

Text Example


Text Example

White with #4D4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,79,85); }

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

background-color css

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

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

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

border-color css

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

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

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