Html Css Color HEX #75556E Salt Box

📋 copy color: '#75556E'

red 117 ◦ green 85 ◦ blue 110

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

Shades of Salt Box #75556E

Tints of Salt Box #75556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 37.5%
G = 27.24%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75556E (or 0x75556E) is known color: Salt Box. HEX triplet: 75, 55 and 6E. RGB value is (117,85,110). Sum of RGB (Red+Green+Blue) = 117+85+110=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556E is #8AAA91. Grayscale: #616161. Windows color (decimal): -9087634 or 7230837. OLE color: 7230837.

HSL color Cylindrical-coordinate representation of color #75556E: hue angle of 313.12º 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 #75556E is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 110 -
CMYK 0 0.27 0.06 0.54
HSL 313.13º 0.16% 0.4% -
HSV(B) 313.13º 0.27% 0.46% -
XYZ 13.4 11.4 16.25 -
YUV 97.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 117 85 110 0 0.27 0.06 0.54 313.13 0.16 0.4
Hex 75 55 6E 0 1B 6 36 139 10 28
Octal 165 125 156 0 33 6 66 471 20 50
Binary 1110101 1010101 1101110 0 11011 110 110110 100111001 10000 101000

Color Harmonies of #75556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75556E

Black with #75556E

Text Example


Text Example

White with #75556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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