Html Css Color HEX #7762AC Scampi

📋 copy color: '#7762AC'

red 119 ◦ green 98 ◦ blue 172

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

Shades of Scampi #7762AC

Tints of Scampi #7762AC

RGB

 RED value IS 119 (46.88% from 255) = 30.59%

 GREEN value IS 98 (38.67% from 255) = 25.19%

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

R = 30.59%
G = 25.19%
B = 44.22%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7762AC (or 0x7762AC) is known color: Scampi. HEX triplet: 77, 62 and AC. RGB value is (119,98,172). Sum of RGB (Red+Green+Blue) = 119+98+172=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 98 (38.67% from 255 or 25.19% 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 #7762AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762AC is #889D53. Grayscale: #707070. Windows color (decimal): -8953172 or 11297399. OLE color: 11297399.

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

Color convert

RGB 119 98 172 -
CMYK 0.31 0.43 0 0.33
HSL 257.03º 0.31% 0.53% -
HSV(B) 257.03º 0.43% 0.67% -
XYZ 19.42 15.64 41.02 -
YUV 112.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 119 98 172 0.31 0.43 0 0.33 257.03 0.31 0.53
Hex 77 62 AC 1F 2B 0 21 101 1F 35
Octal 167 142 254 37 53 0 41 401 37 65
Binary 1110111 1100010 10101100 11111 101011 0 100001 100000001 11111 110101

Color Harmonies of #7762AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7762AC

Black with #7762AC

Text Example


Text Example

White with #7762AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,98,172); }

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

background-color css

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

 a { background-color: rgb(119,98,172); }

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

border-color css

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

 span { border-color: rgb(119,98,172); }

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