Html Css Color HEX #776B9B Scampi

📋 copy color: '#776B9B'

red 119 ◦ green 107 ◦ blue 155

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

Shades of Scampi #776B9B

Tints of Scampi #776B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 31.23%
G = 28.08%
B = 40.68%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#776B9B (or 0x776B9B) is known color: Scampi. HEX triplet: 77, 6B and 9B. RGB value is (119,107,155). Sum of RGB (Red+Green+Blue) = 119+107+155=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #776B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B9B is #889464. Grayscale: #737373. Windows color (decimal): -8950885 or 10185591. OLE color: 10185591.

HSL color Cylindrical-coordinate representation of color #776B9B: hue angle of 255º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776B9B is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 107 155 -
CMYK 0.23 0.31 0 0.39
HSL 255º 0.19% 0.51% -
HSV(B) 255º 0.31% 0.61% -
XYZ 18.78 16.8 33.26 -
YUV 116.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 119 107 155 0.23 0.31 0 0.39 255 0.19 0.51
Hex 77 6B 9B 17 1F 0 27 FF 13 33
Octal 167 153 233 27 37 0 47 377 23 63
Binary 1110111 1101011 10011011 10111 11111 0 100111 11111111 10011 110011

Color Harmonies of #776B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B9B

Black with #776B9B

Text Example


Text Example

White with #776B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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