#738671

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

Shades of Davy's Grey #738671

Tints of Davy's Grey #738671

Color information

#738671 (or 0x738671) is unknown color: approx Davy's Grey. HEX triplet: 73, 86 and 71. RGB value is (115,134,113). Sum of RGB (Red+Green+Blue) = 115+134+113=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #738671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738671 is #8C798E. Grayscale: #7D7D7D. Windows color (decimal): -9206159 or 7439987. OLE color: 7439987.

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

Color convert

RGB115134113-
CMYK0.1400.160.47
HSL114.29º8.5%48.43%-
HSV(B)114.29º15.67%52.55%-
XYZ18.5821.8918.87-
YUV125.93120.71120.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=31.77%
G=37.02%
B=31.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341130.1400.160.47114.298.548.43
Hex738671E0102F72930
Octal16320616116020571621160
Binary1110011100001101110001111001000010111111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738671; }

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

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

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

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

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

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

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

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