Html Css Color HEX #75566C Salt Box

📋 copy color: '#75566C'

red 117 ◦ green 86 ◦ blue 108

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

Shades of Salt Box #75566C

Tints of Salt Box #75566C

RGB

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

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

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

R = 37.62%
G = 27.65%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75566C (or 0x75566C) is known color: Salt Box. HEX triplet: 75, 56 and 6C. RGB value is (117,86,108). Sum of RGB (Red+Green+Blue) = 117+86+108=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566C is #8AA993. Grayscale: #616161. Windows color (decimal): -9087380 or 7100021. OLE color: 7100021.

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

Color convert

RGB 117 86 108 -
CMYK 0 0.26 0.08 0.54
HSL 317.42º 0.15% 0.4% -
HSV(B) 317.42º 0.26% 0.46% -
XYZ 13.37 11.52 15.71 -
YUV 97.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 117 86 108 0 0.26 0.08 0.54 317.42 0.15 0.4
Hex 75 56 6C 0 1A 8 36 13D F 28
Octal 165 126 154 0 32 10 66 475 17 50
Binary 1110101 1010110 1101100 0 11010 1000 110110 100111101 1111 101000

Color Harmonies of #75566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75566C

Black with #75566C

Text Example


Text Example

White with #75566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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