#758175

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

Shades of Davy's Grey #758175

Tints of Davy's Grey #758175

Color information

#758175 (or 0x758175) is unknown color: approx Davy's Grey. HEX triplet: 75, 81 and 75. RGB value is (117,129,117). Sum of RGB (Red+Green+Blue) = 117+129+117=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #758175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758175 is #8A7E8A. Grayscale: #7C7C7C. Windows color (decimal): -9076363 or 7700853. OLE color: 7700853.

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

Color convert

RGB117129117-
CMYK0.0900.090.49
HSL120º4.88%48.24%-
HSV(B)120º9.3%50.59%-
XYZ18.420.7719.87-
YUV124.04124.02122.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=32.23%
G=35.54%
B=32.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291170.0900.090.491204.8848.24
Hex7581759093178530
Octal1652011651101161170560
Binary11101011000000111101011001010011100011111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758175; }

 p { color: rgb(117,129,117); }

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

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

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

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

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

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

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