Html Css Color HEX #7767AB Scampi

📋 copy color: '#7767AB'

red 119 ◦ green 103 ◦ blue 171

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

Shades of Scampi #7767AB

Tints of Scampi #7767AB

RGB

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

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

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

R = 30.28%
G = 26.21%
B = 43.51%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7767AB (or 0x7767AB) is known color: Scampi. HEX triplet: 77, 67 and AB. RGB value is (119,103,171). Sum of RGB (Red+Green+Blue) = 119+103+171=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7767AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767AB is #889854. Grayscale: #737373. Windows color (decimal): -8951893 or 11233143. OLE color: 11233143.

HSL color Cylindrical-coordinate representation of color #7767AB: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7767AB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 103 171 -
CMYK 0.30 0.40 0 0.33
HSL 254.12º 0.29% 0.54% -
HSV(B) 254.12º 0.4% 0.67% -
XYZ 19.81 16.56 40.68 -
YUV 115.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 119 103 171 0.30 0.40 0 0.33 254.12 0.29 0.54
Hex 77 67 AB 1E 28 0 21 FE 1D 36
Octal 167 147 253 36 50 0 41 376 35 66
Binary 1110111 1100111 10101011 11110 101000 0 100001 11111110 11101 110110

Color Harmonies of #7767AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767AB

Black with #7767AB

Text Example


Text Example

White with #7767AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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