Html Css Color HEX #766C93 Scampi

📋 copy color: '#766C93'

red 118 ◦ green 108 ◦ blue 147

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

Shades of Scampi #766C93

Tints of Scampi #766C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 31.64%
G = 28.95%
B = 39.41%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766C93 (or 0x766C93) is known color: Scampi. HEX triplet: 76, 6C and 93. RGB value is (118,108,147). Sum of RGB (Red+Green+Blue) = 118+108+147=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #766C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C93 is #89936C. Grayscale: #737373. Windows color (decimal): -9016173 or 9661558. OLE color: 9661558.

HSL color Cylindrical-coordinate representation of color #766C93: hue angle of 255.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766C93 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 108 147 -
CMYK 0.20 0.27 0 0.42
HSL 255.38º 0.15% 0.5% -
HSV(B) 255.38º 0.27% 0.58% -
XYZ 18.1 16.68 29.87 -
YUV 115.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 118 108 147 0.20 0.27 0 0.42 255.38 0.15 0.5
Hex 76 6C 93 14 1B 0 2A FF F 32
Octal 166 154 223 24 33 0 52 377 17 62
Binary 1110110 1101100 10010011 10100 11011 0 101010 11111111 1111 110010

Color Harmonies of #766C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C93

Black with #766C93

Text Example


Text Example

White with #766C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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