Html Css Color HEX #7861AC Scampi

📋 copy color: '#7861AC'

red 120 ◦ green 97 ◦ blue 172

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

Shades of Scampi #7861AC

Tints of Scampi #7861AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 30.85%
G = 24.94%
B = 44.22%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7861AC (or 0x7861AC) is known color: Scampi. HEX triplet: 78, 61 and AC. RGB value is (120,97,172). Sum of RGB (Red+Green+Blue) = 120+97+172=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7861AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7861AC is #879E53. Grayscale: #707070. Windows color (decimal): -8887892 or 11297144. OLE color: 11297144.

HSL color Cylindrical-coordinate representation of color #7861AC: hue angle of 258.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7861AC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 97 172 -
CMYK 0.30 0.44 0 0.33
HSL 258.4º 0.31% 0.53% -
HSV(B) 258.4º 0.44% 0.67% -
XYZ 19.47 15.52 41 -
YUV 112.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 120 97 172 0.30 0.44 0 0.33 258.4 0.31 0.53
Hex 78 61 AC 1E 2C 0 21 102 1F 35
Octal 170 141 254 36 54 0 41 402 37 65
Binary 1111000 1100001 10101100 11110 101100 0 100001 100000010 11111 110101

Color Harmonies of #7861AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7861AC

Black with #7861AC

Text Example


Text Example

White with #7861AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7861AC; }

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

 H1.HeaderClassName
 {
   color: #7861AC;
 }
 .AnyTagClassName
 {
   color: #7861AC;
 }
</style>

background-color css

<style>
 a { background-color: #7861AC; }

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

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

border-color css

<style>
 span { border-color: #7861AC; }

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

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