Html Css Color HEX #766AAE Scampi

📋 copy color: '#766AAE'

red 118 ◦ green 106 ◦ blue 174

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

Shades of Scampi #766AAE

Tints of Scampi #766AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 29.65%
G = 26.63%
B = 43.72%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#766AAE (or 0x766AAE) is known color: Scampi. HEX triplet: 76, 6A and AE. RGB value is (118,106,174). Sum of RGB (Red+Green+Blue) = 118+106+174=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #766AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAE is #899551. Grayscale: #757575. Windows color (decimal): -9016658 or 11430518. OLE color: 11430518.

HSL color Cylindrical-coordinate representation of color #766AAE: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766AAE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 106 174 -
CMYK 0.32 0.39 0 0.32
HSL 250.59º 0.3% 0.55% -
HSV(B) 250.59º 0.39% 0.68% -
XYZ 20.27 17.22 42.3 -
YUV 117.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 118 106 174 0.32 0.39 0 0.32 250.59 0.3 0.55
Hex 76 6A AE 20 27 0 20 FB 1E 37
Octal 166 152 256 40 47 0 40 373 36 67
Binary 1110110 1101010 10101110 100000 100111 0 100000 11111011 11110 110111

Color Harmonies of #766AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AAE

Black with #766AAE

Text Example


Text Example

White with #766AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766AAE; }

 p { color: rgb(118,106,174); }

 H1.HeaderClassName
 {
   color: #766AAE;
 }
 .AnyTagClassName
 {
   color: #766AAE;
 }
</style>

background-color css

<style>
 a { background-color: #766AAE; }

 a { background-color: rgb(118,106,174); }

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

border-color css

<style>
 span { border-color: #766AAE; }

 span { border-color: rgb(118,106,174); }

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