Html Css Color HEX #765DAA Scampi

📋 copy color: '#765DAA'

red 118 ◦ green 93 ◦ blue 170

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

Shades of Scampi #765DAA

Tints of Scampi #765DAA

RGB

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

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

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

R = 30.97%
G = 24.41%
B = 44.62%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#765DAA (or 0x765DAA) is known color: Scampi. HEX triplet: 76, 5D and AA. RGB value is (118,93,170). Sum of RGB (Red+Green+Blue) = 118+93+170=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #765DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765DAA is #89A255. Grayscale: #6C6C6C. Windows color (decimal): -9019990 or 11165046. OLE color: 11165046.

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

Color convert

RGB 118 93 170 -
CMYK 0.31 0.45 0 0.33
HSL 259.48º 0.31% 0.52% -
HSV(B) 259.48º 0.45% 0.67% -
XYZ 18.64 14.58 39.86 -
YUV 109.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 118 93 170 0.31 0.45 0 0.33 259.48 0.31 0.52
Hex 76 5D AA 1F 2D 0 21 103 1F 34
Octal 166 135 252 37 55 0 41 403 37 64
Binary 1110110 1011101 10101010 11111 101101 0 100001 100000011 11111 110100

Color Harmonies of #765DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DAA

Black with #765DAA

Text Example


Text Example

White with #765DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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