Html Css Color HEX #4D504B Cabbage Pont

📋 copy color: '#4D504B'

red 77 ◦ green 80 ◦ blue 75

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

Shades of Cabbage Pont #4D504B

Tints of Cabbage Pont #4D504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 33.19%
G = 34.48%
B = 32.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4D504B (or 0x4D504B) is known color: Cabbage Pont. HEX triplet: 4D, 50 and 4B. RGB value is (77,80,75). Sum of RGB (Red+Green+Blue) = 77+80+75=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 80 - color contains mainly: green. Hex color #4D504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D504B is #B2AFB4. Grayscale: #4E4E4E. Windows color (decimal): -11710389 or 4935757. OLE color: 4935757.

HSL color Cylindrical-coordinate representation of color #4D504B: hue angle of 96º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D504B is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 75 -
CMYK 0.04 0 0.06 0.69
HSL 96º 0.03% 0.3% -
HSV(B) 96º 0.06% 0.31% -
XYZ 7.2 7.82 7.79 -
YUV 78.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 77 80 75 0.04 0 0.06 0.69 96 0.03 0.3
Hex 4D 50 4B 4 0 6 45 60 3 1E
Octal 115 120 113 4 0 6 105 140 3 36
Binary 1001101 1010000 1001011 100 0 110 1000101 1100000 11 11110

Color Harmonies of #4D504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D504B

Black with #4D504B

Text Example


Text Example

White with #4D504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,75); }

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

background-color css

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

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

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

border-color css

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

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

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