#759673

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

Shades of Davy's Grey #759673

Tints of Davy's Grey #759673

Color information

#759673 (or 0x759673) is unknown color: approx Davy's Grey. HEX triplet: 75, 96 and 73. RGB value is (117,150,115). Sum of RGB (Red+Green+Blue) = 117+150+115=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #759673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759673 is #8A698C. Grayscale: #888888. Windows color (decimal): -9070989 or 7575157. OLE color: 7575157.

HSL color Cylindrical-coordinate representation of color #759673: hue angle of 116.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759673 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB117150115-
CMYK0.2200.230.41
HSL116.57º14.29%51.96%-
HSV(B)116.57º23.33%58.82%-
XYZ21.3426.8320.27-
YUV136.14116.07114.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=30.63%
G=39.27%
B=30.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501150.2200.230.41116.5714.2951.96
Hex759673160172975e34
Octal16522616326027511651664
Binary11101011001011011100111011001011110100111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759673; }

 p { color: rgb(117,150,115); }

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

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

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

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

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

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

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