Html Css Color HEX #75586F Salt Box

📋 copy color: '#75586F'

red 117 ◦ green 88 ◦ blue 111

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

Shades of Salt Box #75586F

Tints of Salt Box #75586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 37.03%
G = 27.85%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75586F (or 0x75586F) is known color: Salt Box. HEX triplet: 75, 58 and 6F. RGB value is (117,88,111). Sum of RGB (Red+Green+Blue) = 117+88+111=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #75586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586F is #8AA790. Grayscale: #636363. Windows color (decimal): -9086865 or 7297141. OLE color: 7297141.

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

Color convert

RGB 117 88 111 -
CMYK 0 0.25 0.05 0.54
HSL 312.41º 0.14% 0.4% -
HSV(B) 312.41º 0.25% 0.46% -
XYZ 13.7 11.91 16.62 -
YUV 99.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 117 88 111 0 0.25 0.05 0.54 312.41 0.14 0.4
Hex 75 58 6F 0 19 5 36 138 E 28
Octal 165 130 157 0 31 5 66 470 16 50
Binary 1110101 1011000 1101111 0 11001 101 110110 100111000 1110 101000

Color Harmonies of #75586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75586F

Black with #75586F

Text Example


Text Example

White with #75586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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