#75626F

Color #75626F Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #75626F

Tints of Salt Box #75626F

Color information

#75626F (or 0x75626F) is unknown color: approx Salt Box. HEX triplet: 75, 62 and 6F. RGB value is (117,98,111). Sum of RGB (Red+Green+Blue) = 117+98+111=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626F is #8A9D90. Grayscale: #696969. Windows color (decimal): -9084305 or 7299701. OLE color: 7299701.

HSL color Cylindrical-coordinate representation of color #75626F: hue angle of 318.95º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75626F is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11798111-
CMYK00.160.050.54
HSL318.95º8.84%42.16%-
HSV(B)318.95º16.24%45.88%-
XYZ14.5713.6616.91-
YUV105.16131.29136.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=35.89%
G=30.06%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179811100.160.050.54318.958.8442.16
Hex75626F01053613f92a
Octal1651421570205664771152
Binary1110101110001011011110100001011101101001111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75626F; }

 p { color: rgb(117,98,111); }

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

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

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

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

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

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

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