Html Css Color HEX #775DAC Scampi

📋 copy color: '#775DAC'

red 119 ◦ green 93 ◦ blue 172

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

Shades of Scampi #775DAC

Tints of Scampi #775DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 30.99%
G = 24.22%
B = 44.79%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775DAC (or 0x775DAC) is known color: Scampi. HEX triplet: 77, 5D and AC. RGB value is (119,93,172). Sum of RGB (Red+Green+Blue) = 119+93+172=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #775DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DAC is #88A253. Grayscale: #6D6D6D. Windows color (decimal): -8954452 or 11296119. OLE color: 11296119.

HSL color Cylindrical-coordinate representation of color #775DAC: hue angle of 259.75º 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 #775DAC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 93 172 -
CMYK 0.31 0.46 0 0.33
HSL 259.75º 0.32% 0.52% -
HSV(B) 259.75º 0.46% 0.67% -
XYZ 18.97 14.73 40.87 -
YUV 109.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 119 93 172 0.31 0.46 0 0.33 259.75 0.32 0.52
Hex 77 5D AC 1F 2E 0 21 104 20 34
Octal 167 135 254 37 56 0 41 404 40 64
Binary 1110111 1011101 10101100 11111 101110 0 100001 100000100 100000 110100

Color Harmonies of #775DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DAC

Black with #775DAC

Text Example


Text Example

White with #775DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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