Html Css Color HEX #756C99 Scampi

📋 copy color: '#756C99'

red 117 ◦ green 108 ◦ blue 153

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

Shades of Scampi #756C99

Tints of Scampi #756C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 30.95%
G = 28.57%
B = 40.48%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#756C99 (or 0x756C99) is known color: Scampi. HEX triplet: 75, 6C and 99. RGB value is (117,108,153). Sum of RGB (Red+Green+Blue) = 117+108+153=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #756C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C99 is #8A9366. Grayscale: #737373. Windows color (decimal): -9081703 or 10054773. OLE color: 10054773.

HSL color Cylindrical-coordinate representation of color #756C99: hue angle of 252º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756C99 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 108 153 -
CMYK 0.24 0.29 0 0.4
HSL 252º 0.18% 0.51% -
HSV(B) 252º 0.29% 0.6% -
XYZ 18.45 16.81 32.41 -
YUV 115.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 117 108 153 0.24 0.29 0 0.4 252 0.18 0.51
Hex 75 6C 99 18 1D 0 28 FC 12 33
Octal 165 154 231 30 35 0 50 374 22 63
Binary 1110101 1101100 10011001 11000 11101 0 101000 11111100 10010 110011

Color Harmonies of #756C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C99

Black with #756C99

Text Example


Text Example

White with #756C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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