Html Css Color HEX #728171 Davy's Grey

📋 copy color: '#728171'

red 114 ◦ green 129 ◦ blue 113

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

Shades of Davy's Grey #728171

Tints of Davy's Grey #728171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

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

R = 32.02%
G = 36.24%
B = 31.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#728171 (or 0x728171) is known color: Davy's Grey. HEX triplet: 72, 81 and 71. RGB value is (114,129,113). Sum of RGB (Red+Green+Blue) = 114+129+113=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #728171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728171 is #8D7E8E. Grayscale: #7A7A7A. Windows color (decimal): -9272975 or 7438706. OLE color: 7438706.

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

Color convert

RGB 114 129 113 -
CMYK 0.12 0 0.12 0.49
HSL 116.25º 0.07% 0.47% -
HSV(B) 116.25º 0.12% 0.51% -
XYZ 17.77 20.47 18.64 -
YUV 122.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 114 129 113 0.12 0 0.12 0.49 116.25 0.07 0.47
Hex 72 81 71 C 0 C 31 74 7 2F
Octal 162 201 161 14 0 14 61 164 7 57
Binary 1110010 10000001 1110001 1100 0 1100 110001 1110100 111 101111

Color Harmonies of #728171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728171

Black with #728171

Text Example


Text Example

White with #728171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728171; }

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

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

background-color css

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

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

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

border-color css

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

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

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