Html Css Color HEX #75556F Salt Box

📋 copy color: '#75556F'

red 117 ◦ green 85 ◦ blue 111

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

Shades of Salt Box #75556F

Tints of Salt Box #75556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 37.38%
G = 27.16%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75556F (or 0x75556F) is known color: Salt Box. HEX triplet: 75, 55 and 6F. RGB value is (117,85,111). Sum of RGB (Red+Green+Blue) = 117+85+111=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556F is #8AAA90. Grayscale: #616161. Windows color (decimal): -9087633 or 7296373. OLE color: 7296373.

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

Color convert

RGB 117 85 111 -
CMYK 0 0.27 0.05 0.54
HSL 311.25º 0.16% 0.4% -
HSV(B) 311.25º 0.27% 0.46% -
XYZ 13.45 11.43 16.54 -
YUV 97.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 117 85 111 0 0.27 0.05 0.54 311.25 0.16 0.4
Hex 75 55 6F 0 1B 5 36 137 10 28
Octal 165 125 157 0 33 5 66 467 20 50
Binary 1110101 1010101 1101111 0 11011 101 110110 100110111 10000 101000

Color Harmonies of #75556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75556F

Black with #75556F

Text Example


Text Example

White with #75556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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