Html Css Color HEX #728E6F Davy's Grey

📋 copy color: '#728E6F'

red 114 ◦ green 142 ◦ blue 111

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

Shades of Davy's Grey #728E6F

Tints of Davy's Grey #728E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 31.06%
G = 38.69%
B = 30.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#728E6F (or 0x728E6F) is known color: Davy's Grey. HEX triplet: 72, 8E and 6F. RGB value is (114,142,111). Sum of RGB (Red+Green+Blue) = 114+142+111=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #728E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E6F is #8D7190. Grayscale: #828282. Windows color (decimal): -9269649 or 7310962. OLE color: 7310962.

HSL color Cylindrical-coordinate representation of color #728E6F: hue angle of 114.19º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728E6F is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 142 111 -
CMYK 0.20 0 0.22 0.44
HSL 114.19º 0.12% 0.5% -
HSV(B) 114.19º 0.22% 0.56% -
XYZ 19.48 24.07 18.66 -
YUV 130.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 114 142 111 0.20 0 0.22 0.44 114.19 0.12 0.5
Hex 72 8E 6F 14 0 16 2C 72 C 32
Octal 162 216 157 24 0 26 54 162 14 62
Binary 1110010 10001110 1101111 10100 0 10110 101100 1110010 1100 110010

Color Harmonies of #728E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728E6F

Black with #728E6F

Text Example


Text Example

White with #728E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728E6F; }

 p { color: rgb(114,142,111); }

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

background-color css

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

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

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

border-color css

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

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

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