#738673

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

Shades of Davy's Grey #738673

Tints of Davy's Grey #738673

Color information

#738673 (or 0x738673) is unknown color: approx Davy's Grey. HEX triplet: 73, 86 and 73. RGB value is (115,134,115). Sum of RGB (Red+Green+Blue) = 115+134+115=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #738673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738673 is #8C798C. Grayscale: #7E7E7E. Windows color (decimal): -9206157 or 7571059. OLE color: 7571059.

HSL color Cylindrical-coordinate representation of color #738673: hue angle of 120º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #738673 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB115134115-
CMYK0.1400.140.47
HSL120º7.63%48.82%-
HSV(B)120º14.18%52.55%-
XYZ18.6921.9319.47-
YUV126.15121.71120.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=31.59%
G=36.81%
B=31.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341150.1400.140.471207.6348.82
Hex738673E0E2F78831
Octal16320616316016571701061
Binary111001110000110111001111100111010111111110001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738673; }

 p { color: rgb(115,134,115); }

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

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

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

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

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

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

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