Html Css Color HEX #776BAB Scampi

📋 copy color: '#776BAB'

red 119 ◦ green 107 ◦ blue 171

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

Shades of Scampi #776BAB

Tints of Scampi #776BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 29.97%
G = 26.95%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776BAB (or 0x776BAB) is known color: Scampi. HEX triplet: 77, 6B and AB. RGB value is (119,107,171). Sum of RGB (Red+Green+Blue) = 119+107+171=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #776BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BAB is #889454. Grayscale: #757575. Windows color (decimal): -8950869 or 11234167. OLE color: 11234167.

HSL color Cylindrical-coordinate representation of color #776BAB: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776BAB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 107 171 -
CMYK 0.30 0.37 0 0.33
HSL 251.25º 0.28% 0.55% -
HSV(B) 251.25º 0.37% 0.67% -
XYZ 20.22 17.38 40.82 -
YUV 117.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 119 107 171 0.30 0.37 0 0.33 251.25 0.28 0.55
Hex 77 6B AB 1E 25 0 21 FB 1C 37
Octal 167 153 253 36 45 0 41 373 34 67
Binary 1110111 1101011 10101011 11110 100101 0 100001 11111011 11100 110111

Color Harmonies of #776BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BAB

Black with #776BAB

Text Example


Text Example

White with #776BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776BAB; }

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

 H1.HeaderClassName
 {
   color: #776BAB;
 }
 .AnyTagClassName
 {
   color: #776BAB;
 }
</style>

background-color css

<style>
 a { background-color: #776BAB; }

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

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

border-color css

<style>
 span { border-color: #776BAB; }

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

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