Html Css Color HEX #766BAF Scampi

📋 copy color: '#766BAF'

red 118 ◦ green 107 ◦ blue 175

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

Shades of Scampi #766BAF

Tints of Scampi #766BAF

RGB

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

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

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

R = 29.5%
G = 26.75%
B = 43.75%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#766BAF (or 0x766BAF) is known color: Scampi. HEX triplet: 76, 6B and AF. RGB value is (118,107,175). Sum of RGB (Red+Green+Blue) = 118+107+175=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #766BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAF is #899450. Grayscale: #757575. Windows color (decimal): -9016401 or 11496310. OLE color: 11496310.

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

Color convert

RGB 118 107 175 -
CMYK 0.33 0.39 0 0.31
HSL 249.71º 0.3% 0.55% -
HSV(B) 249.71º 0.39% 0.69% -
XYZ 20.47 17.46 42.85 -
YUV 118.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 118 107 175 0.33 0.39 0 0.31 249.71 0.3 0.55
Hex 76 6B AF 21 27 0 1F FA 1E 37
Octal 166 153 257 41 47 0 37 372 36 67
Binary 1110110 1101011 10101111 100001 100111 0 11111 11111010 11110 110111

Color Harmonies of #766BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BAF

Black with #766BAF

Text Example


Text Example

White with #766BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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