Html Css Color HEX #75566E Salt Box

📋 copy color: '#75566E'

red 117 ◦ green 86 ◦ blue 110

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

Shades of Salt Box #75566E

Tints of Salt Box #75566E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 37.38%
G = 27.48%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75566E (or 0x75566E) is known color: Salt Box. HEX triplet: 75, 56 and 6E. RGB value is (117,86,110). Sum of RGB (Red+Green+Blue) = 117+86+110=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566E is #8AA991. Grayscale: #616161. Windows color (decimal): -9087378 or 7231093. OLE color: 7231093.

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

Color convert

RGB 117 86 110 -
CMYK 0 0.26 0.06 0.54
HSL 313.55º 0.15% 0.4% -
HSV(B) 313.55º 0.26% 0.46% -
XYZ 13.48 11.56 16.27 -
YUV 98.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 117 86 110 0 0.26 0.06 0.54 313.55 0.15 0.4
Hex 75 56 6E 0 1A 6 36 13A F 28
Octal 165 126 156 0 32 6 66 472 17 50
Binary 1110101 1010110 1101110 0 11010 110 110110 100111010 1111 101000

Color Harmonies of #75566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75566E

Black with #75566E

Text Example


Text Example

White with #75566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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