Html Css Color HEX #766CAF Scampi

📋 copy color: '#766CAF'

red 118 ◦ green 108 ◦ blue 175

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

Shades of Scampi #766CAF

Tints of Scampi #766CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 29.43%
G = 26.93%
B = 43.64%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#766CAF (or 0x766CAF) is known color: Scampi. HEX triplet: 76, 6C and AF. RGB value is (118,108,175). Sum of RGB (Red+Green+Blue) = 118+108+175=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #766CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CAF is #899350. Grayscale: #767676. Windows color (decimal): -9016145 or 11496566. OLE color: 11496566.

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

Color convert

RGB 118 108 175 -
CMYK 0.33 0.38 0 0.31
HSL 248.96º 0.3% 0.55% -
HSV(B) 248.96º 0.38% 0.69% -
XYZ 20.57 17.67 42.88 -
YUV 118.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 118 108 175 0.33 0.38 0 0.31 248.96 0.3 0.55
Hex 76 6C AF 21 26 0 1F F9 1E 37
Octal 166 154 257 41 46 0 37 371 36 67
Binary 1110110 1101100 10101111 100001 100110 0 11111 11111001 11110 110111

Color Harmonies of #766CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CAF

Black with #766CAF

Text Example


Text Example

White with #766CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,175); }

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

background-color css

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

 a { background-color: rgb(118,108,175); }

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

border-color css

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

 span { border-color: rgb(118,108,175); }

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