#758376

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

Shades of Davy's Grey #758376

Tints of Davy's Grey #758376

Color information

#758376 (or 0x758376) is unknown color: approx Davy's Grey. HEX triplet: 75, 83 and 76. RGB value is (117,131,118). Sum of RGB (Red+Green+Blue) = 117+131+118=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #758376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758376 is #8A7C89. Grayscale: #7D7D7D. Windows color (decimal): -9075850 or 7766901. OLE color: 7766901.

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

Color convert

RGB117131118-
CMYK0.1100.100.49
HSL124.29º5.65%48.63%-
HSV(B)124.29º10.69%51.37%-
XYZ18.7221.3220.27-
YUV125.33123.86122.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=31.97%
G=35.79%
B=32.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311180.1100.100.49124.295.6548.63
Hex758376B0A317c631
Octal1652031661301261174661
Binary11101011000001111101101011010101100011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758376; }

 p { color: rgb(117,131,118); }

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

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

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

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

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

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

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