Html Css Color HEX #765AAA Scampi

📋 copy color: '#765AAA'

red 118 ◦ green 90 ◦ blue 170

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

Shades of Scampi #765AAA

Tints of Scampi #765AAA

RGB

 RED value IS 118 (46.48% from 255) = 31.22%

 GREEN value IS 90 (35.55% from 255) = 23.81%

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

R = 31.22%
G = 23.81%
B = 44.97%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#765AAA (or 0x765AAA) is known color: Scampi. HEX triplet: 76, 5A and AA. RGB value is (118,90,170). Sum of RGB (Red+Green+Blue) = 118+90+170=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #765AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAA is #89A555. Grayscale: #6B6B6B. Windows color (decimal): -9020758 or 11164278. OLE color: 11164278.

HSL color Cylindrical-coordinate representation of color #765AAA: hue angle of 261º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #765AAA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 90 170 -
CMYK 0.31 0.47 0 0.33
HSL 261º 0.32% 0.51% -
HSV(B) 261º 0.47% 0.67% -
XYZ 18.38 14.07 39.78 -
YUV 107.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 118 90 170 0.31 0.47 0 0.33 261 0.32 0.51
Hex 76 5A AA 1F 2F 0 21 105 20 33
Octal 166 132 252 37 57 0 41 405 40 63
Binary 1110110 1011010 10101010 11111 101111 0 100001 100000101 100000 110011

Color Harmonies of #765AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AAA

Black with #765AAA

Text Example


Text Example

White with #765AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765AAA; }

 p { color: rgb(118,90,170); }

 H1.HeaderClassName
 {
   color: #765AAA;
 }
 .AnyTagClassName
 {
   color: #765AAA;
 }
</style>

background-color css

<style>
 a { background-color: #765AAA; }

 a { background-color: rgb(118,90,170); }

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

border-color css

<style>
 span { border-color: #765AAA; }

 span { border-color: rgb(118,90,170); }

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