Html Css Color HEX #756C95 Scampi

📋 copy color: '#756C95'

red 117 ◦ green 108 ◦ blue 149

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

Shades of Scampi #756C95

Tints of Scampi #756C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 31.28%
G = 28.88%
B = 39.84%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756C95 (or 0x756C95) is known color: Scampi. HEX triplet: 75, 6C and 95. RGB value is (117,108,149). Sum of RGB (Red+Green+Blue) = 117+108+149=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #756C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C95 is #8A936A. Grayscale: #737373. Windows color (decimal): -9081707 or 9792629. OLE color: 9792629.

HSL color Cylindrical-coordinate representation of color #756C95: hue angle of 253.17º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756C95 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 108 149 -
CMYK 0.21 0.28 0 0.42
HSL 253.17º 0.16% 0.5% -
HSV(B) 253.17º 0.28% 0.58% -
XYZ 18.12 16.68 30.7 -
YUV 115.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 117 108 149 0.21 0.28 0 0.42 253.17 0.16 0.5
Hex 75 6C 95 15 1C 0 2A FD 10 32
Octal 165 154 225 25 34 0 52 375 20 62
Binary 1110101 1101100 10010101 10101 11100 0 101010 11111101 10000 110010

Color Harmonies of #756C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C95

Black with #756C95

Text Example


Text Example

White with #756C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756C95; }

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

 H1.HeaderClassName
 {
   color: #756C95;
 }
 .AnyTagClassName
 {
   color: #756C95;
 }
</style>

background-color css

<style>
 a { background-color: #756C95; }

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

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

border-color css

<style>
 span { border-color: #756C95; }

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

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