Html Css Color HEX #775F9A Scampi

📋 copy color: '#775F9A'

red 119 ◦ green 95 ◦ blue 154

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

Shades of Scampi #775F9A

Tints of Scampi #775F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 32.34%
G = 25.82%
B = 41.85%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775F9A (or 0x775F9A) is known color: Scampi. HEX triplet: 77, 5F and 9A. RGB value is (119,95,154). Sum of RGB (Red+Green+Blue) = 119+95+154=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #775F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775F9A is #88A065. Grayscale: #6C6C6C. Windows color (decimal): -8953958 or 10116983. OLE color: 10116983.

HSL color Cylindrical-coordinate representation of color #775F9A: hue angle of 264.41º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #775F9A is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 95 154 -
CMYK 0.23 0.38 0 0.40
HSL 264.41º 0.24% 0.49% -
HSV(B) 264.41º 0.38% 0.6% -
XYZ 17.53 14.44 32.43 -
YUV 108.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 119 95 154 0.23 0.38 0 0.40 264.41 0.24 0.49
Hex 77 5F 9A 17 26 0 28 108 18 31
Octal 167 137 232 27 46 0 50 410 30 61
Binary 1110111 1011111 10011010 10111 100110 0 101000 100001000 11000 110001

Color Harmonies of #775F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F9A

Black with #775F9A

Text Example


Text Example

White with #775F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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