Html Css Color HEX #76759C Scampi

📋 copy color: '#76759C'

red 118 ◦ green 117 ◦ blue 156

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

Shades of Scampi #76759C

Tints of Scampi #76759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 30.18%
G = 29.92%
B = 39.9%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76759C (or 0x76759C) is known color: Scampi. HEX triplet: 76, 75 and 9C. RGB value is (118,117,156). Sum of RGB (Red+Green+Blue) = 118+117+156=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #76759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76759C is #898A63. Grayscale: #797979. Windows color (decimal): -9013860 or 10253686. OLE color: 10253686.

HSL color Cylindrical-coordinate representation of color #76759C: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76759C is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 117 156 -
CMYK 0.24 0.25 0 0.39
HSL 241.54º 0.16% 0.54% -
HSV(B) 241.54º 0.25% 0.61% -
XYZ 19.83 18.97 34.07 -
YUV 121.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 118 117 156 0.24 0.25 0 0.39 241.54 0.16 0.54
Hex 76 75 9C 18 19 0 27 F2 10 36
Octal 166 165 234 30 31 0 47 362 20 66
Binary 1110110 1110101 10011100 11000 11001 0 100111 11110010 10000 110110

Color Harmonies of #76759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76759C

Black with #76759C

Text Example


Text Example

White with #76759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76759C; }

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

 H1.HeaderClassName
 {
   color: #76759C;
 }
 .AnyTagClassName
 {
   color: #76759C;
 }
</style>

background-color css

<style>
 a { background-color: #76759C; }

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

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

border-color css

<style>
 span { border-color: #76759C; }

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

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