Html Css Color HEX #775FAA Scampi

📋 copy color: '#775FAA'

red 119 ◦ green 95 ◦ blue 170

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

Shades of Scampi #775FAA

Tints of Scampi #775FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 30.99%
G = 24.74%
B = 44.27%

CMYK

 C value IS 0.3

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775FAA (or 0x775FAA) is known color: Scampi. HEX triplet: 77, 5F and AA. RGB value is (119,95,170). Sum of RGB (Red+Green+Blue) = 119+95+170=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #775FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FAA is #88A055. Grayscale: #6E6E6E. Windows color (decimal): -8953942 or 11165559. OLE color: 11165559.

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

Color convert

RGB 119 95 170 -
CMYK 0.3 0.44 0 0.33
HSL 259.2º 0.31% 0.52% -
HSV(B) 259.2º 0.44% 0.67% -
XYZ 18.96 15.01 39.93 -
YUV 110.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 119 95 170 0.3 0.44 0 0.33 259.2 0.31 0.52
Hex 77 5F AA 1E 2C 0 21 103 1F 34
Octal 167 137 252 36 54 0 41 403 37 64
Binary 1110111 1011111 10101010 11110 101100 0 100001 100000011 11111 110100

Color Harmonies of #775FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FAA

Black with #775FAA

Text Example


Text Example

White with #775FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,170); }

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

background-color css

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

 a { background-color: rgb(119,95,170); }

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

border-color css

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

 span { border-color: rgb(119,95,170); }

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