Html Css Color HEX #766EAF Scampi

📋 copy color: '#766EAF'

red 118 ◦ green 110 ◦ blue 175

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

Shades of Scampi #766EAF

Tints of Scampi #766EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

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

R = 29.28%
G = 27.3%
B = 43.42%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#766EAF (or 0x766EAF) is known color: Scampi. HEX triplet: 76, 6E and AF. RGB value is (118,110,175). Sum of RGB (Red+Green+Blue) = 118+110+175=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #766EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EAF is #899150. Grayscale: #777777. Windows color (decimal): -9015633 or 11497078. OLE color: 11497078.

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

Color convert

RGB 118 110 175 -
CMYK 0.33 0.37 0 0.31
HSL 247.38º 0.29% 0.56% -
HSV(B) 247.38º 0.37% 0.69% -
XYZ 20.79 18.1 42.96 -
YUV 119.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 118 110 175 0.33 0.37 0 0.31 247.38 0.29 0.56
Hex 76 6E AF 21 25 0 1F F7 1D 38
Octal 166 156 257 41 45 0 37 367 35 70
Binary 1110110 1101110 10101111 100001 100101 0 11111 11110111 11101 111000

Color Harmonies of #766EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EAF

Black with #766EAF

Text Example


Text Example

White with #766EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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