Html Css Color HEX #728673 Davy's Grey

📋 copy color: '#728673'

red 114 ◦ green 134 ◦ blue 115

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

Shades of Davy's Grey #728673

Tints of Davy's Grey #728673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 31.4%
G = 36.91%
B = 31.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#728673 (or 0x728673) is known color: Davy's Grey. HEX triplet: 72, 86 and 73. RGB value is (114,134,115). Sum of RGB (Red+Green+Blue) = 114+134+115=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #728673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728673 is #8D798C. Grayscale: #7D7D7D. Windows color (decimal): -9271693 or 7571058. OLE color: 7571058.

HSL color Cylindrical-coordinate representation of color #728673: hue angle of 123º 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 #728673 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 115 -
CMYK 0.15 0 0.14 0.47
HSL 123º 0.08% 0.49% -
HSV(B) 123º 0.15% 0.53% -
XYZ 18.56 21.87 19.46 -
YUV 125.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 114 134 115 0.15 0 0.14 0.47 123 0.08 0.49
Hex 72 86 73 F 0 E 2F 7B 8 31
Octal 162 206 163 17 0 16 57 173 10 61
Binary 1110010 10000110 1110011 1111 0 1110 101111 1111011 1000 110001

Color Harmonies of #728673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728673

Black with #728673

Text Example


Text Example

White with #728673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728673; }

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

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

background-color css

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

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

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

border-color css

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

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

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