#739071

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

Shades of Davy's Grey #739071

Tints of Davy's Grey #739071

Color information

#739071 (or 0x739071) is unknown color: approx Davy's Grey. HEX triplet: 73, 90 and 71. RGB value is (115,144,113). Sum of RGB (Red+Green+Blue) = 115+144+113=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #739071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739071 is #8C6F8E. Grayscale: #838383. Windows color (decimal): -9203599 or 7442547. OLE color: 7442547.

HSL color Cylindrical-coordinate representation of color #739071: hue angle of 116.13º 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 #739071 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB115144113-
CMYK0.2000.220.44
HSL116.13º12.25%50.39%-
HSV(B)116.13º21.53%56.47%-
XYZ20.0224.7819.35-
YUV131.79117.39116.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=30.91%
G=38.71%
B=30.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441130.2000.220.44116.1312.2550.39
Hex739071140162C74c32
Octal16322016124026541641462
Binary11100111001000011100011010001011010110011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739071; }

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

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

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

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

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

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

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

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