Html Css Color HEX #75566D Salt Box

📋 copy color: '#75566D'

red 117 ◦ green 86 ◦ blue 109

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

Shades of Salt Box #75566D

Tints of Salt Box #75566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 37.5%
G = 27.56%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75566D (or 0x75566D) is known color: Salt Box. HEX triplet: 75, 56 and 6D. RGB value is (117,86,109). Sum of RGB (Red+Green+Blue) = 117+86+109=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566D is #8AA992. Grayscale: #616161. Windows color (decimal): -9087379 or 7165557. OLE color: 7165557.

HSL color Cylindrical-coordinate representation of color #75566D: hue angle of 315.48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75566D is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 109 -
CMYK 0 0.26 0.07 0.54
HSL 315.48º 0.15% 0.4% -
HSV(B) 315.48º 0.26% 0.46% -
XYZ 13.42 11.54 15.99 -
YUV 97.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 117 86 109 0 0.26 0.07 0.54 315.48 0.15 0.4
Hex 75 56 6D 0 1A 7 36 13B F 28
Octal 165 126 155 0 32 7 66 473 17 50
Binary 1110101 1010110 1101101 0 11010 111 110110 100111011 1111 101000

Color Harmonies of #75566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75566D

Black with #75566D

Text Example


Text Example

White with #75566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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