Html Css Color HEX #766FAF Scampi

📋 copy color: '#766FAF'

red 118 ◦ green 111 ◦ blue 175

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

Shades of Scampi #766FAF

Tints of Scampi #766FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 29.21%
G = 27.48%
B = 43.32%

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

#766FAF (or 0x766FAF) is known color: Scampi. HEX triplet: 76, 6F and AF. RGB value is (118,111,175). Sum of RGB (Red+Green+Blue) = 118+111+175=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #766FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAF is #899050. Grayscale: #787878. Windows color (decimal): -9015377 or 11497334. OLE color: 11497334.

HSL color Cylindrical-coordinate representation of color #766FAF: hue angle of 246.56º 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 #766FAF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 111 175 -
CMYK 0.33 0.37 0 0.31
HSL 246.56º 0.29% 0.56% -
HSV(B) 246.56º 0.37% 0.69% -
XYZ 20.89 18.32 42.99 -
YUV 120.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 118 111 175 0.33 0.37 0 0.31 246.56 0.29 0.56
Hex 76 6F AF 21 25 0 1F F7 1D 38
Octal 166 157 257 41 45 0 37 367 35 70
Binary 1110110 1101111 10101111 100001 100101 0 11111 11110111 11101 111000

Color Harmonies of #766FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FAF

Black with #766FAF

Text Example


Text Example

White with #766FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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