Html Css Color HEX #75556C Salt Box

📋 copy color: '#75556C'

red 117 ◦ green 85 ◦ blue 108

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

Shades of Salt Box #75556C

Tints of Salt Box #75556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 37.74%
G = 27.42%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75556C (or 0x75556C) is known color: Salt Box. HEX triplet: 75, 55 and 6C. RGB value is (117,85,108). Sum of RGB (Red+Green+Blue) = 117+85+108=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556C is #8AAA93. Grayscale: #616161. Windows color (decimal): -9087636 or 7099765. OLE color: 7099765.

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

Color convert

RGB 117 85 108 -
CMYK 0 0.27 0.08 0.54
HSL 316.88º 0.16% 0.4% -
HSV(B) 316.88º 0.27% 0.46% -
XYZ 13.29 11.36 15.68 -
YUV 97.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 117 85 108 0 0.27 0.08 0.54 316.88 0.16 0.4
Hex 75 55 6C 0 1B 8 36 13D 10 28
Octal 165 125 154 0 33 10 66 475 20 50
Binary 1110101 1010101 1101100 0 11011 1000 110110 100111101 10000 101000

Color Harmonies of #75556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75556C

Black with #75556C

Text Example


Text Example

White with #75556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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