Html Css Color HEX #739171 Davy's Grey

📋 copy color: '#739171'

red 115 ◦ green 145 ◦ blue 113

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

Shades of Davy's Grey #739171

Tints of Davy's Grey #739171

RGB

 RED value IS 115 (45.31% from 255) = 30.83%

 GREEN value IS 145 (57.03% from 255) = 38.87%

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

R = 30.83%
G = 38.87%
B = 30.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#739171 (or 0x739171) is known color: Davy's Grey. HEX triplet: 73, 91 and 71. RGB value is (115,145,113). Sum of RGB (Red+Green+Blue) = 115+145+113=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #739171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739171 is #8C6E8E. Grayscale: #848484. Windows color (decimal): -9203343 or 7442803. OLE color: 7442803.

HSL color Cylindrical-coordinate representation of color #739171: hue angle of 116.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739171 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 113 -
CMYK 0.21 0 0.22 0.43
HSL 116.25º 0.13% 0.51% -
HSV(B) 116.25º 0.22% 0.57% -
XYZ 20.18 25.09 19.4 -
YUV 132.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 115 145 113 0.21 0 0.22 0.43 116.25 0.13 0.51
Hex 73 91 71 15 0 16 2B 74 D 33
Octal 163 221 161 25 0 26 53 164 15 63
Binary 1110011 10010001 1110001 10101 0 10110 101011 1110100 1101 110011

Color Harmonies of #739171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739171

Black with #739171

Text Example


Text Example

White with #739171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739171; }

 p { color: rgb(115,145,113); }

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

background-color css

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

 a { background-color: rgb(115,145,113); }

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

border-color css

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

 span { border-color: rgb(115,145,113); }

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