Html Css Color HEX #76619C Scampi

📋 copy color: '#76619C'

red 118 ◦ green 97 ◦ blue 156

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

Shades of Scampi #76619C

Tints of Scampi #76619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 31.81%
G = 26.15%
B = 42.05%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76619C (or 0x76619C) is known color: Scampi. HEX triplet: 76, 61 and 9C. RGB value is (118,97,156). Sum of RGB (Red+Green+Blue) = 118+97+156=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #76619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76619C is #899E63. Grayscale: #6D6D6D. Windows color (decimal): -9018980 or 10248566. OLE color: 10248566.

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

Color convert

RGB 118 97 156 -
CMYK 0.24 0.38 0 0.39
HSL 261.36º 0.23% 0.5% -
HSV(B) 261.36º 0.38% 0.61% -
XYZ 17.75 14.8 33.37 -
YUV 110.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 118 97 156 0.24 0.38 0 0.39 261.36 0.23 0.5
Hex 76 61 9C 18 26 0 27 105 17 32
Octal 166 141 234 30 46 0 47 405 27 62
Binary 1110110 1100001 10011100 11000 100110 0 100111 100000101 10111 110010

Color Harmonies of #76619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76619C

Black with #76619C

Text Example


Text Example

White with #76619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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