Html Css Color HEX #728672 Davy's Grey

📋 copy color: '#728672'

red 114 ◦ green 134 ◦ blue 114

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

Shades of Davy's Grey #728672

Tints of Davy's Grey #728672

RGB

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

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

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

R = 31.49%
G = 37.02%
B = 31.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#728672 (or 0x728672) is known color: Davy's Grey. HEX triplet: 72, 86 and 72. RGB value is (114,134,114). Sum of RGB (Red+Green+Blue) = 114+134+114=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #728672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728672 is #8D798D. Grayscale: #7D7D7D. Windows color (decimal): -9271694 or 7505522. OLE color: 7505522.

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

Color convert

RGB 114 134 114 -
CMYK 0.15 0 0.15 0.47
HSL 120º 0.08% 0.49% -
HSV(B) 120º 0.15% 0.53% -
XYZ 18.5 21.84 19.16 -
YUV 125.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 114 134 114 0.15 0 0.15 0.47 120 0.08 0.49
Hex 72 86 72 F 0 F 2F 78 8 31
Octal 162 206 162 17 0 17 57 170 10 61
Binary 1110010 10000110 1110010 1111 0 1111 101111 1111000 1000 110001

Color Harmonies of #728672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728672

Black with #728672

Text Example


Text Example

White with #728672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728672; }

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

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

background-color css

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

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

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

border-color css

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

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

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