Html Css Color HEX #76639C Scampi

📋 copy color: '#76639C'

red 118 ◦ green 99 ◦ blue 156

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

Shades of Scampi #76639C

Tints of Scampi #76639C

RGB

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

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

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

R = 31.64%
G = 26.54%
B = 41.82%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76639C (or 0x76639C) is known color: Scampi. HEX triplet: 76, 63 and 9C. RGB value is (118,99,156). Sum of RGB (Red+Green+Blue) = 118+99+156=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #76639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76639C is #899C63. Grayscale: #6E6E6E. Windows color (decimal): -9018468 or 10249078. OLE color: 10249078.

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

Color convert

RGB 118 99 156 -
CMYK 0.24 0.37 0 0.39
HSL 260º 0.22% 0.5% -
HSV(B) 260º 0.37% 0.61% -
XYZ 17.93 15.18 33.44 -
YUV 111.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 118 99 156 0.24 0.37 0 0.39 260 0.22 0.5
Hex 76 63 9C 18 25 0 27 104 16 32
Octal 166 143 234 30 45 0 47 404 26 62
Binary 1110110 1100011 10011100 11000 100101 0 100111 100000100 10110 110010

Color Harmonies of #76639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76639C

Black with #76639C

Text Example


Text Example

White with #76639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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