Html Css Color HEX #756695 Scampi

📋 copy color: '#756695'

red 117 ◦ green 102 ◦ blue 149

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

Shades of Scampi #756695

Tints of Scampi #756695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 31.79%
G = 27.72%
B = 40.49%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756695 (or 0x756695) is known color: Scampi. HEX triplet: 75, 66 and 95. RGB value is (117,102,149). Sum of RGB (Red+Green+Blue) = 117+102+149=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #756695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756695 is #8A996A. Grayscale: #6F6F6F. Windows color (decimal): -9083243 or 9791093. OLE color: 9791093.

HSL color Cylindrical-coordinate representation of color #756695: hue angle of 259.15º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756695 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 102 149 -
CMYK 0.21 0.32 0 0.42
HSL 259.15º 0.19% 0.49% -
HSV(B) 259.15º 0.32% 0.58% -
XYZ 17.51 15.45 30.49 -
YUV 111.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 117 102 149 0.21 0.32 0 0.42 259.15 0.19 0.49
Hex 75 66 95 15 20 0 2A 103 13 31
Octal 165 146 225 25 40 0 52 403 23 61
Binary 1110101 1100110 10010101 10101 100000 0 101010 100000011 10011 110001

Color Harmonies of #756695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756695

Black with #756695

Text Example


Text Example

White with #756695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756695; }

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

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

background-color css

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

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

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

border-color css

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

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

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