Html Css Color HEX #756596 Scampi

📋 copy color: '#756596'

red 117 ◦ green 101 ◦ blue 150

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

Shades of Scampi #756596

Tints of Scampi #756596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 31.79%
G = 27.45%
B = 40.76%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756596 (or 0x756596) is known color: Scampi. HEX triplet: 75, 65 and 96. RGB value is (117,101,150). Sum of RGB (Red+Green+Blue) = 117+101+150=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #756596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756596 is #8A9A69. Grayscale: #6F6F6F. Windows color (decimal): -9083498 or 9856373. OLE color: 9856373.

HSL color Cylindrical-coordinate representation of color #756596: hue angle of 259.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756596 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 101 150 -
CMYK 0.22 0.33 0 0.41
HSL 259.59º 0.2% 0.49% -
HSV(B) 259.59º 0.33% 0.59% -
XYZ 17.49 15.29 30.88 -
YUV 111.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 117 101 150 0.22 0.33 0 0.41 259.59 0.2 0.49
Hex 75 65 96 16 21 0 29 104 14 31
Octal 165 145 226 26 41 0 51 404 24 61
Binary 1110101 1100101 10010110 10110 100001 0 101001 100000100 10100 110001

Color Harmonies of #756596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756596

Black with #756596

Text Example


Text Example

White with #756596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756596; }

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

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

background-color css

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

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

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

border-color css

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

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

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