Html Css Color HEX #75586C Salt Box

📋 copy color: '#75586C'

red 117 ◦ green 88 ◦ blue 108

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

Shades of Salt Box #75586C

Tints of Salt Box #75586C

RGB

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

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

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

R = 37.38%
G = 28.12%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75586C (or 0x75586C) is known color: Salt Box. HEX triplet: 75, 58 and 6C. RGB value is (117,88,108). Sum of RGB (Red+Green+Blue) = 117+88+108=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586C is #8AA793. Grayscale: #626262. Windows color (decimal): -9086868 or 7100533. OLE color: 7100533.

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

Color convert

RGB 117 88 108 -
CMYK 0 0.25 0.08 0.54
HSL 318.62º 0.14% 0.4% -
HSV(B) 318.62º 0.25% 0.46% -
XYZ 13.53 11.84 15.76 -
YUV 98.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 117 88 108 0 0.25 0.08 0.54 318.62 0.14 0.4
Hex 75 58 6C 0 19 8 36 13F E 28
Octal 165 130 154 0 31 10 66 477 16 50
Binary 1110101 1011000 1101100 0 11001 1000 110110 100111111 1110 101000

Color Harmonies of #75586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75586C

Black with #75586C

Text Example


Text Example

White with #75586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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