Html Css Color HEX #766BAE Scampi

📋 copy color: '#766BAE'

red 118 ◦ green 107 ◦ blue 174

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

Shades of Scampi #766BAE

Tints of Scampi #766BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 29.57%
G = 26.82%
B = 43.61%

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

#766BAE (or 0x766BAE) is known color: Scampi. HEX triplet: 76, 6B and AE. RGB value is (118,107,174). Sum of RGB (Red+Green+Blue) = 118+107+174=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #766BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAE is #899451. Grayscale: #757575. Windows color (decimal): -9016402 or 11430774. OLE color: 11430774.

HSL color Cylindrical-coordinate representation of color #766BAE: hue angle of 249.85º degrees, saturation: 0.29, 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 #766BAE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 107 174 -
CMYK 0.32 0.39 0 0.32
HSL 249.85º 0.29% 0.55% -
HSV(B) 249.85º 0.39% 0.68% -
XYZ 20.37 17.42 42.33 -
YUV 117.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 118 107 174 0.32 0.39 0 0.32 249.85 0.29 0.55
Hex 76 6B AE 20 27 0 20 FA 1D 37
Octal 166 153 256 40 47 0 40 372 35 67
Binary 1110110 1101011 10101110 100000 100111 0 100000 11111010 11101 110111

Color Harmonies of #766BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BAE

Black with #766BAE

Text Example


Text Example

White with #766BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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