Html Css Color HEX #755B6C Salt Box

📋 copy color: '#755B6C'

red 117 ◦ green 91 ◦ blue 108

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

Shades of Salt Box #755B6C

Tints of Salt Box #755B6C

RGB

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

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

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

R = 37.03%
G = 28.8%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#755B6C (or 0x755B6C) is known color: Salt Box. HEX triplet: 75, 5B and 6C. RGB value is (117,91,108). Sum of RGB (Red+Green+Blue) = 117+91+108=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6C is #8AA493. Grayscale: #646464. Windows color (decimal): -9086100 or 7101301. OLE color: 7101301.

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

Color convert

RGB 117 91 108 -
CMYK 0 0.22 0.08 0.54
HSL 320.77º 0.13% 0.41% -
HSV(B) 320.77º 0.22% 0.46% -
XYZ 13.78 12.35 15.84 -
YUV 100.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 117 91 108 0 0.22 0.08 0.54 320.77 0.13 0.41
Hex 75 5B 6C 0 16 8 36 141 C 29
Octal 165 133 154 0 26 10 66 501 14 51
Binary 1110101 1011011 1101100 0 10110 1000 110110 101000001 1100 101001

Color Harmonies of #755B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B6C

Black with #755B6C

Text Example


Text Example

White with #755B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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