Html Css Color HEX #756CAC Scampi

📋 copy color: '#756CAC'

red 117 ◦ green 108 ◦ blue 172

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

Shades of Scampi #756CAC

Tints of Scampi #756CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 29.47%
G = 27.2%
B = 43.32%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#756CAC (or 0x756CAC) is known color: Scampi. HEX triplet: 75, 6C and AC. RGB value is (117,108,172). Sum of RGB (Red+Green+Blue) = 117+108+172=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #756CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CAC is #8A9353. Grayscale: #757575. Windows color (decimal): -9081684 or 11299957. OLE color: 11299957.

HSL color Cylindrical-coordinate representation of color #756CAC: hue angle of 248.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756CAC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 108 172 -
CMYK 0.32 0.37 0 0.33
HSL 248.44º 0.28% 0.55% -
HSV(B) 248.44º 0.37% 0.67% -
XYZ 20.15 17.49 41.34 -
YUV 117.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 117 108 172 0.32 0.37 0 0.33 248.44 0.28 0.55
Hex 75 6C AC 20 25 0 21 F8 1C 37
Octal 165 154 254 40 45 0 41 370 34 67
Binary 1110101 1101100 10101100 100000 100101 0 100001 11111000 11100 110111

Color Harmonies of #756CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CAC

Black with #756CAC

Text Example


Text Example

White with #756CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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