Html Css Color HEX #756F96 Scampi

📋 copy color: '#756F96'

red 117 ◦ green 111 ◦ blue 150

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

Shades of Scampi #756F96

Tints of Scampi #756F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

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

R = 30.95%
G = 29.37%
B = 39.68%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756F96 (or 0x756F96) is known color: Scampi. HEX triplet: 75, 6F and 96. RGB value is (117,111,150). Sum of RGB (Red+Green+Blue) = 117+111+150=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #756F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F96 is #8A9069. Grayscale: #757575. Windows color (decimal): -9080938 or 9858933. OLE color: 9858933.

HSL color Cylindrical-coordinate representation of color #756F96: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756F96 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 111 150 -
CMYK 0.22 0.26 0 0.41
HSL 249.23º 0.16% 0.51% -
HSV(B) 249.23º 0.26% 0.59% -
XYZ 18.53 17.35 31.23 -
YUV 117.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 117 111 150 0.22 0.26 0 0.41 249.23 0.16 0.51
Hex 75 6F 96 16 1A 0 29 F9 10 33
Octal 165 157 226 26 32 0 51 371 20 63
Binary 1110101 1101111 10010110 10110 11010 0 101001 11111001 10000 110011

Color Harmonies of #756F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F96

Black with #756F96

Text Example


Text Example

White with #756F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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