Html Css Color HEX #75556D Salt Box

📋 copy color: '#75556D'

red 117 ◦ green 85 ◦ blue 109

#75556D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #75556D

Tints of Salt Box #75556D

RGB

 RED value IS 117 (46.09% from 255) = 37.62%

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 37.62%
G = 27.33%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75556D (or 0x75556D) is known color: Salt Box. HEX triplet: 75, 55 and 6D. RGB value is (117,85,109). Sum of RGB (Red+Green+Blue) = 117+85+109=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556D is #8AAA92. Grayscale: #616161. Windows color (decimal): -9087635 or 7165301. OLE color: 7165301.

HSL color Cylindrical-coordinate representation of color #75556D: hue angle of 315º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75556D is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 109 -
CMYK 0 0.27 0.07 0.54
HSL 315º 0.16% 0.4% -
HSV(B) 315º 0.27% 0.46% -
XYZ 13.34 11.38 15.96 -
YUV 97.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 117 85 109 0 0.27 0.07 0.54 315 0.16 0.4
Hex 75 55 6D 0 1B 7 36 13B 10 28
Octal 165 125 155 0 33 7 66 473 20 50
Binary 1110101 1010101 1101101 0 11011 111 110110 100111011 10000 101000

Color Harmonies of #75556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75556D

Black with #75556D

Text Example


Text Example

White with #75556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75556D; }

 p { color: rgb(117,85,109); }

 H1.HeaderClassName
 {
   color: #75556D;
 }
 .AnyTagClassName
 {
   color: #75556D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #75556D;
 }
 .BgClassName
 {
   background-color: #75556D;
 }
</style>

border-color css

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

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

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