#738674

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

Shades of Davy's Grey #738674

Tints of Davy's Grey #738674

Color information

#738674 (or 0x738674) is unknown color: approx Davy's Grey. HEX triplet: 73, 86 and 74. RGB value is (115,134,116). Sum of RGB (Red+Green+Blue) = 115+134+116=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #738674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738674 is #8C798B. Grayscale: #7E7E7E. Windows color (decimal): -9206156 or 7636595. OLE color: 7636595.

HSL color Cylindrical-coordinate representation of color #738674: hue angle of 123.16º 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 #738674 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB115134116-
CMYK0.1400.130.47
HSL123.16º7.63%48.82%-
HSV(B)123.16º14.18%52.55%-
XYZ18.7521.9619.77-
YUV126.27122.21119.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=31.51%
G=36.71%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341160.1400.130.47123.167.6348.82
Hex738674E0D2F7b831
Octal16320616416015571731061
Binary111001110000110111010011100110110111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738674; }

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

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

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

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

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

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

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

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