Html Css Color HEX #786CAE Scampi

📋 copy color: '#786CAE'

red 120 ◦ green 108 ◦ blue 174

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

Shades of Scampi #786CAE

Tints of Scampi #786CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 29.85%
G = 26.87%
B = 43.28%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#786CAE (or 0x786CAE) is known color: Scampi. HEX triplet: 78, 6C and AE. RGB value is (120,108,174). Sum of RGB (Red+Green+Blue) = 120+108+174=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #786CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786CAE is #879351. Grayscale: #767676. Windows color (decimal): -8885074 or 11431032. OLE color: 11431032.

HSL color Cylindrical-coordinate representation of color #786CAE: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #786CAE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 108 174 -
CMYK 0.31 0.38 0 0.32
HSL 250.91º 0.29% 0.55% -
HSV(B) 250.91º 0.38% 0.68% -
XYZ 20.75 17.77 42.38 -
YUV 119.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 120 108 174 0.31 0.38 0 0.32 250.91 0.29 0.55
Hex 78 6C AE 1F 26 0 20 FB 1D 37
Octal 170 154 256 37 46 0 40 373 35 67
Binary 1111000 1101100 10101110 11111 100110 0 100000 11111011 11101 110111

Color Harmonies of #786CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CAE

Black with #786CAE

Text Example


Text Example

White with #786CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786CAE; }

 p { color: rgb(120,108,174); }

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

background-color css

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

 a { background-color: rgb(120,108,174); }

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

border-color css

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

 span { border-color: rgb(120,108,174); }

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