Html Css Color HEX #785CAC Scampi

📋 copy color: '#785CAC'

red 120 ◦ green 92 ◦ blue 172

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

Shades of Scampi #785CAC

Tints of Scampi #785CAC

RGB

 RED value IS 120 (47.27% from 255) = 31.25%

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

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

R = 31.25%
G = 23.96%
B = 44.79%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785CAC (or 0x785CAC) is known color: Scampi. HEX triplet: 78, 5C and AC. RGB value is (120,92,172). Sum of RGB (Red+Green+Blue) = 120+92+172=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #785CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CAC is #87A353. Grayscale: #6D6D6D. Windows color (decimal): -8889172 or 11295864. OLE color: 11295864.

HSL color Cylindrical-coordinate representation of color #785CAC: hue angle of 261º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785CAC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 92 172 -
CMYK 0.30 0.47 0 0.33
HSL 261º 0.33% 0.52% -
HSV(B) 261º 0.47% 0.67% -
XYZ 19.02 14.63 40.85 -
YUV 109.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 120 92 172 0.30 0.47 0 0.33 261 0.33 0.52
Hex 78 5C AC 1E 2F 0 21 105 21 34
Octal 170 134 254 36 57 0 41 405 41 64
Binary 1111000 1011100 10101100 11110 101111 0 100001 100000101 100001 110100

Color Harmonies of #785CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CAC

Black with #785CAC

Text Example


Text Example

White with #785CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,92,172); }

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

background-color css

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

 a { background-color: rgb(120,92,172); }

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

border-color css

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

 span { border-color: rgb(120,92,172); }

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