Html Css Color HEX #727F72 Davy's Grey

📋 copy color: '#727F72'

red 114 ◦ green 127 ◦ blue 114

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

Shades of Davy's Grey #727F72

Tints of Davy's Grey #727F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 32.11%
G = 35.77%
B = 32.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#727F72 (or 0x727F72) is known color: Davy's Grey. HEX triplet: 72, 7F and 72. RGB value is (114,127,114). Sum of RGB (Red+Green+Blue) = 114+127+114=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #727F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F72 is #8D808D. Grayscale: #797979. Windows color (decimal): -9273486 or 7503730. OLE color: 7503730.

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

Color convert

RGB 114 127 114 -
CMYK 0.10 0 0.10 0.50
HSL 120º 0.05% 0.47% -
HSV(B) 120º 0.1% 0.5% -
XYZ 17.57 19.97 18.85 -
YUV 121.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 114 127 114 0.10 0 0.10 0.50 120 0.05 0.47
Hex 72 7F 72 A 0 A 32 78 5 2F
Octal 162 177 162 12 0 12 62 170 5 57
Binary 1110010 1111111 1110010 1010 0 1010 110010 1111000 101 101111

Color Harmonies of #727F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F72

Black with #727F72

Text Example


Text Example

White with #727F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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