Html Css Color HEX #765FA6 Scampi

📋 copy color: '#765FA6'

red 118 ◦ green 95 ◦ blue 166

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

Shades of Scampi #765FA6

Tints of Scampi #765FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

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

R = 31.13%
G = 25.07%
B = 43.8%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#765FA6 (or 0x765FA6) is known color: Scampi. HEX triplet: 76, 5F and A6. RGB value is (118,95,166). Sum of RGB (Red+Green+Blue) = 118+95+166=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #765FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FA6 is #89A059. Grayscale: #6D6D6D. Windows color (decimal): -9019482 or 10903414. OLE color: 10903414.

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

Color convert

RGB 118 95 166 -
CMYK 0.29 0.43 0 0.35
HSL 259.44º 0.29% 0.51% -
HSV(B) 259.44º 0.43% 0.65% -
XYZ 18.45 14.79 37.96 -
YUV 109.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 118 95 166 0.29 0.43 0 0.35 259.44 0.29 0.51
Hex 76 5F A6 1D 2B 0 23 103 1D 33
Octal 166 137 246 35 53 0 43 403 35 63
Binary 1110110 1011111 10100110 11101 101011 0 100011 100000011 11101 110011

Color Harmonies of #765FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FA6

Black with #765FA6

Text Example


Text Example

White with #765FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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