Html Css Color HEX #75586D Salt Box

📋 copy color: '#75586D'

red 117 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #75586D

Tints of Salt Box #75586D

RGB

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

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

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

R = 37.26%
G = 28.03%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75586D (or 0x75586D) is known color: Salt Box. HEX triplet: 75, 58 and 6D. RGB value is (117,88,109). Sum of RGB (Red+Green+Blue) = 117+88+109=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586D is #8AA792. Grayscale: #636363. Windows color (decimal): -9086867 or 7166069. OLE color: 7166069.

HSL color Cylindrical-coordinate representation of color #75586D: hue angle of 316.55º 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 #75586D is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 109 -
CMYK 0 0.25 0.07 0.54
HSL 316.55º 0.14% 0.4% -
HSV(B) 316.55º 0.25% 0.46% -
XYZ 13.59 11.87 16.04 -
YUV 99.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 117 88 109 0 0.25 0.07 0.54 316.55 0.14 0.4
Hex 75 58 6D 0 19 7 36 13D E 28
Octal 165 130 155 0 31 7 66 475 16 50
Binary 1110101 1011000 1101101 0 11001 111 110110 100111101 1110 101000

Color Harmonies of #75586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75586D

Black with #75586D

Text Example


Text Example

White with #75586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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