Html Css Color HEX #755CAA Scampi

📋 copy color: '#755CAA'

red 117 ◦ green 92 ◦ blue 170

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

Shades of Scampi #755CAA

Tints of Scampi #755CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.27%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 30.87%
G = 24.27%
B = 44.85%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755CAA (or 0x755CAA) is known color: Scampi. HEX triplet: 75, 5C and AA. RGB value is (117,92,170). Sum of RGB (Red+Green+Blue) = 117+92+170=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #755CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CAA is #8AA355. Grayscale: #6C6C6C. Windows color (decimal): -9085782 or 11164789. OLE color: 11164789.

HSL color Cylindrical-coordinate representation of color #755CAA: hue angle of 259.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755CAA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 92 170 -
CMYK 0.31 0.46 0 0.33
HSL 259.23º 0.31% 0.51% -
HSV(B) 259.23º 0.46% 0.67% -
XYZ 18.42 14.34 39.83 -
YUV 108.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 117 92 170 0.31 0.46 0 0.33 259.23 0.31 0.51
Hex 75 5C AA 1F 2E 0 21 103 1F 33
Octal 165 134 252 37 56 0 41 403 37 63
Binary 1110101 1011100 10101010 11111 101110 0 100001 100000011 11111 110011

Color Harmonies of #755CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CAA

Black with #755CAA

Text Example


Text Example

White with #755CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755CAA; }

 p { color: rgb(117,92,170); }

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

background-color css

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

 a { background-color: rgb(117,92,170); }

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

border-color css

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

 span { border-color: rgb(117,92,170); }

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