Html Css Color HEX #775EA2 Scampi

📋 copy color: '#775EA2'

red 119 ◦ green 94 ◦ blue 162

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

Shades of Scampi #775EA2

Tints of Scampi #775EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 162 (63.67% from 255) = 43.2%

R = 31.73%
G = 25.07%
B = 43.2%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#775EA2 (or 0x775EA2) is known color: Scampi. HEX triplet: 77, 5E and A2. RGB value is (119,94,162). Sum of RGB (Red+Green+Blue) = 119+94+162=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #775EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EA2 is #88A15D. Grayscale: #6C6C6C. Windows color (decimal): -8954206 or 10641015. OLE color: 10641015.

HSL color Cylindrical-coordinate representation of color #775EA2: hue angle of 262.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775EA2 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 94 162 -
CMYK 0.27 0.42 0 0.36
HSL 262.06º 0.27% 0.5% -
HSV(B) 262.06º 0.42% 0.64% -
XYZ 18.13 14.54 36.03 -
YUV 109.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 119 94 162 0.27 0.42 0 0.36 262.06 0.27 0.5
Hex 77 5E A2 1B 2A 0 24 106 1B 32
Octal 167 136 242 33 52 0 44 406 33 62
Binary 1110111 1011110 10100010 11011 101010 0 100100 100000110 11011 110010

Color Harmonies of #775EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EA2

Black with #775EA2

Text Example


Text Example

White with #775EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,162); }

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

background-color css

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

 a { background-color: rgb(119,94,162); }

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

border-color css

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

 span { border-color: rgb(119,94,162); }

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