Html Css Color HEX #766A9C Scampi

📋 copy color: '#766A9C'

red 118 ◦ green 106 ◦ blue 156

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

Shades of Scampi #766A9C

Tints of Scampi #766A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 31.05%
G = 27.89%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#766A9C (or 0x766A9C) is known color: Scampi. HEX triplet: 76, 6A and 9C. RGB value is (118,106,156). Sum of RGB (Red+Green+Blue) = 118+106+156=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #766A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A9C is #899563. Grayscale: #737373. Windows color (decimal): -9016676 or 10250870. OLE color: 10250870.

HSL color Cylindrical-coordinate representation of color #766A9C: hue angle of 254.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766A9C is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 106 156 -
CMYK 0.24 0.32 0 0.39
HSL 254.4º 0.2% 0.51% -
HSV(B) 254.4º 0.32% 0.61% -
XYZ 18.63 16.56 33.67 -
YUV 115.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 118 106 156 0.24 0.32 0 0.39 254.4 0.2 0.51
Hex 76 6A 9C 18 20 0 27 FE 14 33
Octal 166 152 234 30 40 0 47 376 24 63
Binary 1110110 1101010 10011100 11000 100000 0 100111 11111110 10100 110011

Color Harmonies of #766A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A9C

Black with #766A9C

Text Example


Text Example

White with #766A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,156); }

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

background-color css

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

 a { background-color: rgb(118,106,156); }

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

border-color css

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

 span { border-color: rgb(118,106,156); }

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