Html Css Color HEX #7762AB Scampi

📋 copy color: '#7762AB'

red 119 ◦ green 98 ◦ blue 171

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

Shades of Scampi #7762AB

Tints of Scampi #7762AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 30.67%
G = 25.26%
B = 44.07%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7762AB (or 0x7762AB) is known color: Scampi. HEX triplet: 77, 62 and AB. RGB value is (119,98,171). Sum of RGB (Red+Green+Blue) = 119+98+171=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7762AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762AB is #889D54. Grayscale: #707070. Windows color (decimal): -8953173 or 11231863. OLE color: 11231863.

HSL color Cylindrical-coordinate representation of color #7762AB: hue angle of 257.26º degrees, saturation: 0.3, 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 #7762AB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 98 171 -
CMYK 0.30 0.43 0 0.33
HSL 257.26º 0.3% 0.53% -
HSV(B) 257.26º 0.43% 0.67% -
XYZ 19.33 15.6 40.52 -
YUV 112.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 119 98 171 0.30 0.43 0 0.33 257.26 0.3 0.53
Hex 77 62 AB 1E 2B 0 21 101 1E 35
Octal 167 142 253 36 53 0 41 401 36 65
Binary 1110111 1100010 10101011 11110 101011 0 100001 100000001 11110 110101

Color Harmonies of #7762AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7762AB

Black with #7762AB

Text Example


Text Example

White with #7762AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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