Html Css Color HEX #756499 Scampi

📋 copy color: '#756499'

red 117 ◦ green 100 ◦ blue 153

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

Shades of Scampi #756499

Tints of Scampi #756499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 31.62%
G = 27.03%
B = 41.35%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#756499 (or 0x756499) is known color: Scampi. HEX triplet: 75, 64 and 99. RGB value is (117,100,153). Sum of RGB (Red+Green+Blue) = 117+100+153=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #756499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756499 is #8A9B66. Grayscale: #6E6E6E. Windows color (decimal): -9083751 or 10052725. OLE color: 10052725.

HSL color Cylindrical-coordinate representation of color #756499: hue angle of 259.25º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #756499 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 100 153 -
CMYK 0.24 0.35 0 0.4
HSL 259.25º 0.21% 0.5% -
HSV(B) 259.25º 0.35% 0.6% -
XYZ 17.64 15.2 32.14 -
YUV 111.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 117 100 153 0.24 0.35 0 0.4 259.25 0.21 0.5
Hex 75 64 99 18 23 0 28 103 15 32
Octal 165 144 231 30 43 0 50 403 25 62
Binary 1110101 1100100 10011001 11000 100011 0 101000 100000011 10101 110010

Color Harmonies of #756499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756499

Black with #756499

Text Example


Text Example

White with #756499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756499; }

 p { color: rgb(117,100,153); }

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

background-color css

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

 a { background-color: rgb(117,100,153); }

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

border-color css

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

 span { border-color: rgb(117,100,153); }

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