Html Css Color HEX #76749B Scampi

📋 copy color: '#76749B'

red 118 ◦ green 116 ◦ blue 155

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

Shades of Scampi #76749B

Tints of Scampi #76749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 30.33%
G = 29.82%
B = 39.85%

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

#76749B (or 0x76749B) is known color: Scampi. HEX triplet: 76, 74 and 9B. RGB value is (118,116,155). Sum of RGB (Red+Green+Blue) = 118+116+155=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #76749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76749B is #898B64. Grayscale: #787878. Windows color (decimal): -9014117 or 10187894. OLE color: 10187894.

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

Color convert

RGB 118 116 155 -
CMYK 0.24 0.25 0 0.39
HSL 243.08º 0.16% 0.53% -
HSV(B) 243.08º 0.25% 0.61% -
XYZ 19.63 18.71 33.59 -
YUV 121.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 118 116 155 0.24 0.25 0 0.39 243.08 0.16 0.53
Hex 76 74 9B 18 19 0 27 F3 10 35
Octal 166 164 233 30 31 0 47 363 20 65
Binary 1110110 1110100 10011011 11000 11001 0 100111 11110011 10000 110101

Color Harmonies of #76749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76749B

Black with #76749B

Text Example


Text Example

White with #76749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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