Html Css Color HEX #7767A1 Scampi

📋 copy color: '#7767A1'

red 119 ◦ green 103 ◦ blue 161

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

Shades of Scampi #7767A1

Tints of Scampi #7767A1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 31.07%
G = 26.89%
B = 42.04%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7767A1 (or 0x7767A1) is known color: Scampi. HEX triplet: 77, 67 and A1. RGB value is (119,103,161). Sum of RGB (Red+Green+Blue) = 119+103+161=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #7767A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767A1 is #88985E. Grayscale: #727272. Windows color (decimal): -8951903 or 10577783. OLE color: 10577783.

HSL color Cylindrical-coordinate representation of color #7767A1: hue angle of 256.55º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7767A1 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 103 161 -
CMYK 0.26 0.36 0 0.37
HSL 256.55º 0.24% 0.52% -
HSV(B) 256.55º 0.36% 0.63% -
XYZ 18.89 16.2 35.85 -
YUV 114.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 119 103 161 0.26 0.36 0 0.37 256.55 0.24 0.52
Hex 77 67 A1 1A 24 0 25 101 18 34
Octal 167 147 241 32 44 0 45 401 30 64
Binary 1110111 1100111 10100001 11010 100100 0 100101 100000001 11000 110100

Color Harmonies of #7767A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767A1

Black with #7767A1

Text Example


Text Example

White with #7767A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7767A1; }

 p { color: rgb(119,103,161); }

 H1.HeaderClassName
 {
   color: #7767A1;
 }
 .AnyTagClassName
 {
   color: #7767A1;
 }
</style>

background-color css

<style>
 a { background-color: #7767A1; }

 a { background-color: rgb(119,103,161); }

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

border-color css

<style>
 span { border-color: #7767A1; }

 span { border-color: rgb(119,103,161); }

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