#738D70

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

Shades of Davy's Grey #738D70

Tints of Davy's Grey #738D70

Color information

#738D70 (or 0x738D70) is unknown color: approx Davy's Grey. HEX triplet: 73, 8D and 70. RGB value is (115,141,112). Sum of RGB (Red+Green+Blue) = 115+141+112=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #738D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D70 is #8C728F. Grayscale: #828282. Windows color (decimal): -9204368 or 7376243. OLE color: 7376243.

HSL color Cylindrical-coordinate representation of color #738D70: hue angle of 113.79º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738D70 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB115141112-
CMYK0.1800.210.45
HSL113.79º11.46%49.61%-
HSV(B)113.79º20.57%55.29%-
XYZ19.5223.8618.91-
YUV129.92117.89117.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=31.25%
G=38.32%
B=30.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151411120.1800.210.45113.7911.4649.61
Hex738D70120152D72b32
Octal16321516022025551621362
Binary11100111000110111100001001001010110110111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738D70; }

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

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

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

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

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

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

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

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