#738372

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

Shades of Davy's Grey #738372

Tints of Davy's Grey #738372

Color information

#738372 (or 0x738372) is unknown color: approx Davy's Grey. HEX triplet: 73, 83 and 72. RGB value is (115,131,114). Sum of RGB (Red+Green+Blue) = 115+131+114=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #738372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738372 is #8C7C8D. Grayscale: #7C7C7C. Windows color (decimal): -9206926 or 7504755. OLE color: 7504755.

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

Color convert

RGB115131114-
CMYK0.1200.130.49
HSL116.47º6.94%48.04%-
HSV(B)116.47º12.98%51.37%-
XYZ18.2221.0919.03-
YUV124.28122.2121.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=31.94%
G=36.39%
B=31.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151311140.1200.130.49116.476.9448.04
Hex738372C0D3174730
Octal1632031621401561164760
Binary11100111000001111100101100011011100011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738372; }

 p { color: rgb(115,131,114); }

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

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

 a { background-color: rgb(115,131,114); }

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

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

 span { border-color: rgb(115,131,114); }

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