Html Css Color HEX #728B6F Davy's Grey

📋 copy color: '#728B6F'

red 114 ◦ green 139 ◦ blue 111

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

Shades of Davy's Grey #728B6F

Tints of Davy's Grey #728B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 31.32%
G = 38.19%
B = 30.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#728B6F (or 0x728B6F) is known color: Davy's Grey. HEX triplet: 72, 8B and 6F. RGB value is (114,139,111). Sum of RGB (Red+Green+Blue) = 114+139+111=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #728B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B6F is #8D7490. Grayscale: #808080. Windows color (decimal): -9270417 or 7310194. OLE color: 7310194.

HSL color Cylindrical-coordinate representation of color #728B6F: hue angle of 113.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728B6F is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 111 -
CMYK 0.18 0 0.20 0.45
HSL 113.57º 0.11% 0.49% -
HSV(B) 113.57º 0.2% 0.55% -
XYZ 19.04 23.19 18.51 -
YUV 128.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 114 139 111 0.18 0 0.20 0.45 113.57 0.11 0.49
Hex 72 8B 6F 12 0 14 2D 72 B 31
Octal 162 213 157 22 0 24 55 162 13 61
Binary 1110010 10001011 1101111 10010 0 10100 101101 1110010 1011 110001

Color Harmonies of #728B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B6F

Black with #728B6F

Text Example


Text Example

White with #728B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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