Html Css Color HEX #776BAE Scampi

📋 copy color: '#776BAE'

red 119 ◦ green 107 ◦ blue 174

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

Shades of Scampi #776BAE

Tints of Scampi #776BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 29.75%
G = 26.75%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#776BAE (or 0x776BAE) is known color: Scampi. HEX triplet: 77, 6B and AE. RGB value is (119,107,174). Sum of RGB (Red+Green+Blue) = 119+107+174=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #776BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BAE is #889451. Grayscale: #757575. Windows color (decimal): -8950866 or 11430775. OLE color: 11430775.

HSL color Cylindrical-coordinate representation of color #776BAE: hue angle of 250.75º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776BAE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 107 174 -
CMYK 0.32 0.39 0 0.32
HSL 250.75º 0.29% 0.55% -
HSV(B) 250.75º 0.39% 0.68% -
XYZ 20.51 17.49 42.34 -
YUV 118.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 119 107 174 0.32 0.39 0 0.32 250.75 0.29 0.55
Hex 77 6B AE 20 27 0 20 FB 1D 37
Octal 167 153 256 40 47 0 40 373 35 67
Binary 1110111 1101011 10101110 100000 100111 0 100000 11111011 11101 110111

Color Harmonies of #776BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BAE

Black with #776BAE

Text Example


Text Example

White with #776BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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