Html Css Color HEX #755B6E Salt Box

📋 copy color: '#755B6E'

red 117 ◦ green 91 ◦ blue 110

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

Shades of Salt Box #755B6E

Tints of Salt Box #755B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 36.79%
G = 28.62%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#755B6E (or 0x755B6E) is known color: Salt Box. HEX triplet: 75, 5B and 6E. RGB value is (117,91,110). Sum of RGB (Red+Green+Blue) = 117+91+110=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6E is #8AA491. Grayscale: #646464. Windows color (decimal): -9086098 or 7232373. OLE color: 7232373.

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

Color convert

RGB 117 91 110 -
CMYK 0 0.22 0.06 0.54
HSL 316.15º 0.13% 0.41% -
HSV(B) 316.15º 0.22% 0.46% -
XYZ 13.89 12.39 16.41 -
YUV 100.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 117 91 110 0 0.22 0.06 0.54 316.15 0.13 0.41
Hex 75 5B 6E 0 16 6 36 13C C 29
Octal 165 133 156 0 26 6 66 474 14 51
Binary 1110101 1011011 1101110 0 10110 110 110110 100111100 1100 101001

Color Harmonies of #755B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B6E

Black with #755B6E

Text Example


Text Example

White with #755B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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