Html Css Color HEX #755A6E Salt Box

📋 copy color: '#755A6E'

red 117 ◦ green 90 ◦ blue 110

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

Shades of Salt Box #755A6E

Tints of Salt Box #755A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 36.91%
G = 28.39%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#755A6E (or 0x755A6E) is known color: Salt Box. HEX triplet: 75, 5A and 6E. RGB value is (117,90,110). Sum of RGB (Red+Green+Blue) = 117+90+110=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6E is #8AA591. Grayscale: #646464. Windows color (decimal): -9086354 or 7232117. OLE color: 7232117.

HSL color Cylindrical-coordinate representation of color #755A6E: hue angle of 315.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A6E is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 110 -
CMYK 0 0.23 0.06 0.54
HSL 315.56º 0.13% 0.41% -
HSV(B) 315.56º 0.23% 0.46% -
XYZ 13.81 12.22 16.38 -
YUV 100.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 117 90 110 0 0.23 0.06 0.54 315.56 0.13 0.41
Hex 75 5A 6E 0 17 6 36 13C D 29
Octal 165 132 156 0 27 6 66 474 15 51
Binary 1110101 1011010 1101110 0 10111 110 110110 100111100 1101 101001

Color Harmonies of #755A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A6E

Black with #755A6E

Text Example


Text Example

White with #755A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A6E; }

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

 H1.HeaderClassName
 {
   color: #755A6E;
 }
 .AnyTagClassName
 {
   color: #755A6E;
 }
</style>

background-color css

<style>
 a { background-color: #755A6E; }

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

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

border-color css

<style>
 span { border-color: #755A6E; }

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

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