Html Css Color HEX #7765AE Scampi

📋 copy color: '#7765AE'

red 119 ◦ green 101 ◦ blue 174

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

Shades of Scampi #7765AE

Tints of Scampi #7765AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 30.2%
G = 25.63%
B = 44.16%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7765AE (or 0x7765AE) is known color: Scampi. HEX triplet: 77, 65 and AE. RGB value is (119,101,174). Sum of RGB (Red+Green+Blue) = 119+101+174=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7765AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7765AE is #889A51. Grayscale: #727272. Windows color (decimal): -8952402 or 11429239. OLE color: 11429239.

HSL color Cylindrical-coordinate representation of color #7765AE: hue angle of 254.79º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7765AE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 101 174 -
CMYK 0.32 0.42 0 0.32
HSL 254.79º 0.31% 0.54% -
HSV(B) 254.79º 0.42% 0.68% -
XYZ 19.9 16.29 42.14 -
YUV 114.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 119 101 174 0.32 0.42 0 0.32 254.79 0.31 0.54
Hex 77 65 AE 20 2A 0 20 FF 1F 36
Octal 167 145 256 40 52 0 40 377 37 66
Binary 1110111 1100101 10101110 100000 101010 0 100000 11111111 11111 110110

Color Harmonies of #7765AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7765AE

Black with #7765AE

Text Example


Text Example

White with #7765AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7765AE; }

 p { color: rgb(119,101,174); }

 H1.HeaderClassName
 {
   color: #7765AE;
 }
 .AnyTagClassName
 {
   color: #7765AE;
 }
</style>

background-color css

<style>
 a { background-color: #7765AE; }

 a { background-color: rgb(119,101,174); }

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

border-color css

<style>
 span { border-color: #7765AE; }

 span { border-color: rgb(119,101,174); }

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