Html Css Color HEX #766AAC Scampi

📋 copy color: '#766AAC'

red 118 ◦ green 106 ◦ blue 172

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

Shades of Scampi #766AAC

Tints of Scampi #766AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 29.8%
G = 26.77%
B = 43.43%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#766AAC (or 0x766AAC) is known color: Scampi. HEX triplet: 76, 6A and AC. RGB value is (118,106,172). Sum of RGB (Red+Green+Blue) = 118+106+172=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #766AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAC is #899553. Grayscale: #747474. Windows color (decimal): -9016660 or 11299446. OLE color: 11299446.

HSL color Cylindrical-coordinate representation of color #766AAC: hue angle of 250.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766AAC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 106 172 -
CMYK 0.31 0.38 0 0.33
HSL 250.91º 0.28% 0.55% -
HSV(B) 250.91º 0.38% 0.67% -
XYZ 20.07 17.14 41.28 -
YUV 117.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 118 106 172 0.31 0.38 0 0.33 250.91 0.28 0.55
Hex 76 6A AC 1F 26 0 21 FB 1C 37
Octal 166 152 254 37 46 0 41 373 34 67
Binary 1110110 1101010 10101100 11111 100110 0 100001 11111011 11100 110111

Color Harmonies of #766AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AAC

Black with #766AAC

Text Example


Text Example

White with #766AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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