Html Css Color HEX #727F71 Davy's Grey

📋 copy color: '#727F71'

red 114 ◦ green 127 ◦ blue 113

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

Shades of Davy's Grey #727F71

Tints of Davy's Grey #727F71

RGB

 RED value IS 114 (44.92% from 255) = 32.2%

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 32.2%
G = 35.88%
B = 31.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#727F71 (or 0x727F71) is known color: Davy's Grey. HEX triplet: 72, 7F and 71. RGB value is (114,127,113). Sum of RGB (Red+Green+Blue) = 114+127+113=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #727F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F71 is #8D808E. Grayscale: #797979. Windows color (decimal): -9273487 or 7438194. OLE color: 7438194.

HSL color Cylindrical-coordinate representation of color #727F71: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727F71 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 127 113 -
CMYK 0.10 0 0.11 0.50
HSL 115.71º 0.06% 0.47% -
HSV(B) 115.71º 0.11% 0.5% -
XYZ 17.51 19.95 18.55 -
YUV 121.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 114 127 113 0.10 0 0.11 0.50 115.71 0.06 0.47
Hex 72 7F 71 A 0 B 32 74 6 2F
Octal 162 177 161 12 0 13 62 164 6 57
Binary 1110010 1111111 1110001 1010 0 1011 110010 1110100 110 101111

Color Harmonies of #727F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F71

Black with #727F71

Text Example


Text Example

White with #727F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727F71; }

 p { color: rgb(114,127,113); }

 H1.HeaderClassName
 {
   color: #727F71;
 }
 .AnyTagClassName
 {
   color: #727F71;
 }
</style>

background-color css

<style>
 a { background-color: #727F71; }

 a { background-color: rgb(114,127,113); }

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

border-color css

<style>
 span { border-color: #727F71; }

 span { border-color: rgb(114,127,113); }

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