Html Css Color HEX #728671 Davy's Grey

📋 copy color: '#728671'

red 114 ◦ green 134 ◦ blue 113

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

Shades of Davy's Grey #728671

Tints of Davy's Grey #728671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 31.58%
G = 37.12%
B = 31.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#728671 (or 0x728671) is known color: Davy's Grey. HEX triplet: 72, 86 and 71. RGB value is (114,134,113). Sum of RGB (Red+Green+Blue) = 114+134+113=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #728671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728671 is #8D798E. Grayscale: #7D7D7D. Windows color (decimal): -9271695 or 7439986. OLE color: 7439986.

HSL color Cylindrical-coordinate representation of color #728671: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728671 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 113 -
CMYK 0.15 0 0.16 0.47
HSL 117.14º 0.09% 0.48% -
HSV(B) 117.14º 0.16% 0.53% -
XYZ 18.45 21.82 18.86 -
YUV 125.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 114 134 113 0.15 0 0.16 0.47 117.14 0.09 0.48
Hex 72 86 71 F 0 10 2F 75 9 30
Octal 162 206 161 17 0 20 57 165 11 60
Binary 1110010 10000110 1110001 1111 0 10000 101111 1110101 1001 110000

Color Harmonies of #728671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728671

Black with #728671

Text Example


Text Example

White with #728671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728671; }

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

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

background-color css

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

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

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

border-color css

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

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

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