Html Css Color HEX #76749C Scampi

📋 copy color: '#76749C'

red 118 ◦ green 116 ◦ blue 156

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

Shades of Scampi #76749C

Tints of Scampi #76749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 30.26%
G = 29.74%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76749C (or 0x76749C) is known color: Scampi. HEX triplet: 76, 74 and 9C. RGB value is (118,116,156). Sum of RGB (Red+Green+Blue) = 118+116+156=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #76749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76749C is #898B63. Grayscale: #797979. Windows color (decimal): -9014116 or 10253430. OLE color: 10253430.

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

Color convert

RGB 118 116 156 -
CMYK 0.24 0.26 0 0.39
HSL 243º 0.17% 0.53% -
HSV(B) 243º 0.26% 0.61% -
XYZ 19.72 18.74 34.03 -
YUV 121.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 118 116 156 0.24 0.26 0 0.39 243 0.17 0.53
Hex 76 74 9C 18 1A 0 27 F3 11 35
Octal 166 164 234 30 32 0 47 363 21 65
Binary 1110110 1110100 10011100 11000 11010 0 100111 11110011 10001 110101

Color Harmonies of #76749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76749C

Black with #76749C

Text Example


Text Example

White with #76749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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