Html Css Color HEX #775DAB Scampi

📋 copy color: '#775DAB'

red 119 ◦ green 93 ◦ blue 171

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

Shades of Scampi #775DAB

Tints of Scampi #775DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

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

R = 31.07%
G = 24.28%
B = 44.65%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775DAB (or 0x775DAB) is known color: Scampi. HEX triplet: 77, 5D and AB. RGB value is (119,93,171). Sum of RGB (Red+Green+Blue) = 119+93+171=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #775DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DAB is #88A254. Grayscale: #6D6D6D. Windows color (decimal): -8954453 or 11230583. OLE color: 11230583.

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

Color convert

RGB 119 93 171 -
CMYK 0.30 0.46 0 0.33
HSL 260º 0.32% 0.52% -
HSV(B) 260º 0.46% 0.67% -
XYZ 18.87 14.69 40.37 -
YUV 109.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 119 93 171 0.30 0.46 0 0.33 260 0.32 0.52
Hex 77 5D AB 1E 2E 0 21 104 20 34
Octal 167 135 253 36 56 0 41 404 40 64
Binary 1110111 1011101 10101011 11110 101110 0 100001 100000100 100000 110100

Color Harmonies of #775DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DAB

Black with #775DAB

Text Example


Text Example

White with #775DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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