Html Css Color HEX #4D726F William

📋 copy color: '#4D726F'

red 77 ◦ green 114 ◦ blue 111

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

Shades of William #4D726F

Tints of William #4D726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 25.5%
G = 37.75%
B = 36.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#4D726F (or 0x4D726F) is known color: William. HEX triplet: 4D, 72 and 6F. RGB value is (77,114,111). Sum of RGB (Red+Green+Blue) = 77+114+111=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #4D726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D726F is #B28D90. Grayscale: #666666. Windows color (decimal): -11701649 or 7303757. OLE color: 7303757.

HSL color Cylindrical-coordinate representation of color #4D726F: hue angle of 175.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D726F is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 114 111 -
CMYK 0.32 0 0.03 0.55
HSL 175.14º 0.19% 0.37% -
HSV(B) 175.14º 0.32% 0.45% -
XYZ 11.95 14.76 17.26 -
YUV 102.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 77 114 111 0.32 0 0.03 0.55 175.14 0.19 0.37
Hex 4D 72 6F 20 0 3 37 AF 13 25
Octal 115 162 157 40 0 3 67 257 23 45
Binary 1001101 1110010 1101111 100000 0 11 110111 10101111 10011 100101

Color Harmonies of #4D726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D726F

Black with #4D726F

Text Example


Text Example

White with #4D726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,114,111); }

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

background-color css

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

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

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

border-color css

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

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

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