Html Css Color HEX #756996 Scampi

📋 copy color: '#756996'

red 117 ◦ green 105 ◦ blue 150

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

Shades of Scampi #756996

Tints of Scampi #756996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 31.45%
G = 28.23%
B = 40.32%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756996 (or 0x756996) is known color: Scampi. HEX triplet: 75, 69 and 96. RGB value is (117,105,150). Sum of RGB (Red+Green+Blue) = 117+105+150=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #756996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756996 is #8A9669. Grayscale: #717171. Windows color (decimal): -9082474 or 9857397. OLE color: 9857397.

HSL color Cylindrical-coordinate representation of color #756996: hue angle of 256º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756996 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 105 150 -
CMYK 0.22 0.30 0 0.41
HSL 256º 0.18% 0.5% -
HSV(B) 256º 0.3% 0.59% -
XYZ 17.89 16.09 31.02 -
YUV 113.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 117 105 150 0.22 0.30 0 0.41 256 0.18 0.5
Hex 75 69 96 16 1E 0 29 100 12 32
Octal 165 151 226 26 36 0 51 400 22 62
Binary 1110101 1101001 10010110 10110 11110 0 101001 100000000 10010 110010

Color Harmonies of #756996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756996

Black with #756996

Text Example


Text Example

White with #756996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756996; }

 p { color: rgb(117,105,150); }

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

background-color css

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

 a { background-color: rgb(117,105,150); }

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

border-color css

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

 span { border-color: rgb(117,105,150); }

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