Html Css Color HEX #755D6C Salt Box

📋 copy color: '#755D6C'

red 117 ◦ green 93 ◦ blue 108

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

Shades of Salt Box #755D6C

Tints of Salt Box #755D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 36.79%
G = 29.25%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#755D6C (or 0x755D6C) is known color: Salt Box. HEX triplet: 75, 5D and 6C. RGB value is (117,93,108). Sum of RGB (Red+Green+Blue) = 117+93+108=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D6C is #8AA293. Grayscale: #656565. Windows color (decimal): -9085588 or 7101813. OLE color: 7101813.

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

Color convert

RGB 117 93 108 -
CMYK 0 0.21 0.08 0.54
HSL 322.5º 0.11% 0.41% -
HSV(B) 322.5º 0.21% 0.46% -
XYZ 13.96 12.69 15.9 -
YUV 101.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 117 93 108 0 0.21 0.08 0.54 322.5 0.11 0.41
Hex 75 5D 6C 0 15 8 36 142 B 29
Octal 165 135 154 0 25 10 66 502 13 51
Binary 1110101 1011101 1101100 0 10101 1000 110110 101000010 1011 101001

Color Harmonies of #755D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D6C

Black with #755D6C

Text Example


Text Example

White with #755D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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