#75636F

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

Shades of Salt Box #75636F

Tints of Salt Box #75636F

Color information

#75636F (or 0x75636F) is unknown color: approx Salt Box. HEX triplet: 75, 63 and 6F. RGB value is (117,99,111). Sum of RGB (Red+Green+Blue) = 117+99+111=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636F is #8A9C90. Grayscale: #696969. Windows color (decimal): -9084049 or 7299957. OLE color: 7299957.

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

Color convert

RGB11799111-
CMYK00.150.050.54
HSL320º8.33%42.35%-
HSV(B)320º15.38%45.88%-
XYZ14.6713.8516.94-
YUV105.75130.96136.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=35.78%
G=30.28%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179911100.150.050.543208.3342.35
Hex75636F0F53614082a
Octal1651431570175665001052
Binary111010111000111101111011111011101101010000001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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