Html Css Color HEX #775BAB Scampi

📋 copy color: '#775BAB'

red 119 ◦ green 91 ◦ blue 171

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

Shades of Scampi #775BAB

Tints of Scampi #775BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 31.23%
G = 23.88%
B = 44.88%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775BAB (or 0x775BAB) is known color: Scampi. HEX triplet: 77, 5B and AB. RGB value is (119,91,171). Sum of RGB (Red+Green+Blue) = 119+91+171=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #775BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775BAB is #88A454. Grayscale: #6C6C6C. Windows color (decimal): -8954965 or 11230071. OLE color: 11230071.

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

Color convert

RGB 119 91 171 -
CMYK 0.30 0.47 0 0.33
HSL 261º 0.32% 0.51% -
HSV(B) 261º 0.47% 0.67% -
XYZ 18.7 14.34 40.31 -
YUV 108.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 119 91 171 0.30 0.47 0 0.33 261 0.32 0.51
Hex 77 5B AB 1E 2F 0 21 105 20 33
Octal 167 133 253 36 57 0 41 405 40 63
Binary 1110111 1011011 10101011 11110 101111 0 100001 100000101 100000 110011

Color Harmonies of #775BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BAB

Black with #775BAB

Text Example


Text Example

White with #775BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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