Html Css Color HEX #754C6C Salt Box

📋 copy color: '#754C6C'

red 117 ◦ green 76 ◦ blue 108

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

Shades of Salt Box #754C6C

Tints of Salt Box #754C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 38.87%
G = 25.25%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#754C6C (or 0x754C6C) is known color: Salt Box. HEX triplet: 75, 4C and 6C. RGB value is (117,76,108). Sum of RGB (Red+Green+Blue) = 117+76+108=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C6C is #8AB393. Grayscale: #5B5B5B. Windows color (decimal): -9089940 or 7097461. OLE color: 7097461.

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

Color convert

RGB 117 76 108 -
CMYK 0 0.35 0.08 0.54
HSL 313.17º 0.21% 0.38% -
HSV(B) 313.17º 0.35% 0.46% -
XYZ 12.63 10.03 15.46 -
YUV 91.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 117 76 108 0 0.35 0.08 0.54 313.17 0.21 0.38
Hex 75 4C 6C 0 23 8 36 139 15 26
Octal 165 114 154 0 43 10 66 471 25 46
Binary 1110101 1001100 1101100 0 100011 1000 110110 100111001 10101 100110

Color Harmonies of #754C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C6C

Black with #754C6C

Text Example


Text Example

White with #754C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C6C; }

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

 H1.HeaderClassName
 {
   color: #754C6C;
 }
 .AnyTagClassName
 {
   color: #754C6C;
 }
</style>

background-color css

<style>
 a { background-color: #754C6C; }

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

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

border-color css

<style>
 span { border-color: #754C6C; }

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

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