#758D74

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

Shades of Davy's Grey #758D74

Tints of Davy's Grey #758D74

Color information

#758D74 (or 0x758D74) is unknown color: approx Davy's Grey. HEX triplet: 75, 8D and 74. RGB value is (117,141,116). Sum of RGB (Red+Green+Blue) = 117+141+116=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #758D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D74 is #8A728B. Grayscale: #838383. Windows color (decimal): -9073292 or 7638389. OLE color: 7638389.

HSL color Cylindrical-coordinate representation of color #758D74: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758D74 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB117141116-
CMYK0.1700.180.45
HSL117.6º9.88%50.39%-
HSV(B)117.6º17.73%55.29%-
XYZ20.0124.0920.12-
YUV130.97119.55118.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=31.28%
G=37.70%
B=31.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171411160.1700.180.45117.69.8850.39
Hex758D74110122D76a32
Octal16521516421022551661262
Binary11101011000110111101001000101001010110111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758D74; }

 p { color: rgb(117,141,116); }

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

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

 a { background-color: rgb(117,141,116); }

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

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

 span { border-color: rgb(117,141,116); }

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