Html Css Color HEX #76639B Scampi

📋 copy color: '#76639B'

red 118 ◦ green 99 ◦ blue 155

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

Shades of Scampi #76639B

Tints of Scampi #76639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

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

R = 31.72%
G = 26.61%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76639B (or 0x76639B) is known color: Scampi. HEX triplet: 76, 63 and 9B. RGB value is (118,99,155). Sum of RGB (Red+Green+Blue) = 118+99+155=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #76639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76639B is #899C64. Grayscale: #6E6E6E. Windows color (decimal): -9018469 or 10183542. OLE color: 10183542.

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

Color convert

RGB 118 99 155 -
CMYK 0.24 0.36 0 0.39
HSL 260.36º 0.22% 0.5% -
HSV(B) 260.36º 0.36% 0.61% -
XYZ 17.85 15.14 32.99 -
YUV 111.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 118 99 155 0.24 0.36 0 0.39 260.36 0.22 0.5
Hex 76 63 9B 18 24 0 27 104 16 32
Octal 166 143 233 30 44 0 47 404 26 62
Binary 1110110 1100011 10011011 11000 100100 0 100111 100000100 10110 110010

Color Harmonies of #76639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76639B

Black with #76639B

Text Example


Text Example

White with #76639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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