#739170

Color #739170 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #739170

Tints of Davy's Grey #739170

Color information

#739170 (or 0x739170) is unknown color: approx Davy's Grey. HEX triplet: 73, 91 and 70. RGB value is (115,145,112). Sum of RGB (Red+Green+Blue) = 115+145+112=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #739170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739170 is #8C6E8F. Grayscale: #848484. Windows color (decimal): -9203344 or 7377267. OLE color: 7377267.

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

Color convert

RGB115145112-
CMYK0.2100.230.43
HSL114.55º13.04%50.39%-
HSV(B)114.55º22.76%56.86%-
XYZ20.1225.0719.11-
YUV132.27116.56115.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=30.91%
G=38.98%
B=30.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451120.2100.230.43114.5513.0450.39
Hex739170150172B73d32
Octal16322116025027531631562
Binary11100111001000111100001010101011110101111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739170; }

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

 H1.HeaderClassName
 {
   color: #739170;
 }
 .AnyTagClassName
 {
   color: #739170;
 }
</style>
background-color css

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

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

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

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

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

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