Html Css Color HEX #765DA6 Scampi

📋 copy color: '#765DA6'

red 118 ◦ green 93 ◦ blue 166

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

Shades of Scampi #765DA6

Tints of Scampi #765DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 31.3%
G = 24.67%
B = 44.03%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#765DA6 (or 0x765DA6) is known color: Scampi. HEX triplet: 76, 5D and A6. RGB value is (118,93,166). Sum of RGB (Red+Green+Blue) = 118+93+166=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #765DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765DA6 is #89A259. Grayscale: #6C6C6C. Windows color (decimal): -9019994 or 10902902. OLE color: 10902902.

HSL color Cylindrical-coordinate representation of color #765DA6: hue angle of 260.55º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765DA6 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 93 166 -
CMYK 0.29 0.44 0 0.35
HSL 260.55º 0.29% 0.51% -
HSV(B) 260.55º 0.44% 0.65% -
XYZ 18.27 14.43 37.9 -
YUV 108.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 118 93 166 0.29 0.44 0 0.35 260.55 0.29 0.51
Hex 76 5D A6 1D 2C 0 23 105 1D 33
Octal 166 135 246 35 54 0 43 405 35 63
Binary 1110110 1011101 10100110 11101 101100 0 100011 100000101 11101 110011

Color Harmonies of #765DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DA6

Black with #765DA6

Text Example


Text Example

White with #765DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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