Html Css Color HEX #727B71 Davy's Grey

📋 copy color: '#727B71'

red 114 ◦ green 123 ◦ blue 113

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

Shades of Davy's Grey #727B71

Tints of Davy's Grey #727B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

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

R = 32.57%
G = 35.14%
B = 32.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#727B71 (or 0x727B71) is known color: Davy's Grey. HEX triplet: 72, 7B and 71. RGB value is (114,123,113). Sum of RGB (Red+Green+Blue) = 114+123+113=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #727B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B71 is #8D848E. Grayscale: #777777. Windows color (decimal): -9274511 or 7437170. OLE color: 7437170.

HSL color Cylindrical-coordinate representation of color #727B71: hue angle of 114º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #727B71 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 113 -
CMYK 0.07 0 0.08 0.52
HSL 114º 0.04% 0.46% -
HSV(B) 114º 0.08% 0.48% -
XYZ 17 18.94 18.38 -
YUV 119.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 114 123 113 0.07 0 0.08 0.52 114 0.04 0.46
Hex 72 7B 71 7 0 8 34 72 4 2E
Octal 162 173 161 7 0 10 64 162 4 56
Binary 1110010 1111011 1110001 111 0 1000 110100 1110010 100 101110

Color Harmonies of #727B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B71

Black with #727B71

Text Example


Text Example

White with #727B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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