Html Css Color HEX #4F524D Cabbage Pont

📋 copy color: '#4F524D'

red 79 ◦ green 82 ◦ blue 77

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

Shades of Cabbage Pont #4F524D

Tints of Cabbage Pont #4F524D

RGB

 RED value IS 79 (31.25% from 255) = 33.19%

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 33.19%
G = 34.45%
B = 32.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#4F524D (or 0x4F524D) is known color: Cabbage Pont. HEX triplet: 4F, 52 and 4D. RGB value is (79,82,77). Sum of RGB (Red+Green+Blue) = 79+82+77=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 82 - color contains mainly: green. Hex color #4F524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F524D is #B0ADB2. Grayscale: #505050. Windows color (decimal): -11578803 or 5067343. OLE color: 5067343.

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

Color convert

RGB 79 82 77 -
CMYK 0.04 0 0.06 0.68
HSL 96º 0.03% 0.31% -
HSV(B) 96º 0.06% 0.32% -
XYZ 7.58 8.23 8.21 -
YUV 80.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 79 82 77 0.04 0 0.06 0.68 96 0.03 0.31
Hex 4F 52 4D 4 0 6 44 60 3 1F
Octal 117 122 115 4 0 6 104 140 3 37
Binary 1001111 1010010 1001101 100 0 110 1000100 1100000 11 11111

Color Harmonies of #4F524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F524D

Black with #4F524D

Text Example


Text Example

White with #4F524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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