Html Css Color HEX #76619B Scampi

📋 copy color: '#76619B'

red 118 ◦ green 97 ◦ blue 155

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

Shades of Scampi #76619B

Tints of Scampi #76619B

RGB

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

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

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

R = 31.89%
G = 26.22%
B = 41.89%

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

#76619B (or 0x76619B) is known color: Scampi. HEX triplet: 76, 61 and 9B. RGB value is (118,97,155). Sum of RGB (Red+Green+Blue) = 118+97+155=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #76619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76619B is #899E64. Grayscale: #6D6D6D. Windows color (decimal): -9018981 or 10183030. OLE color: 10183030.

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

Color convert

RGB 118 97 155 -
CMYK 0.24 0.37 0 0.39
HSL 261.72º 0.23% 0.49% -
HSV(B) 261.72º 0.37% 0.61% -
XYZ 17.66 14.77 32.93 -
YUV 109.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 118 97 155 0.24 0.37 0 0.39 261.72 0.23 0.49
Hex 76 61 9B 18 25 0 27 106 17 31
Octal 166 141 233 30 45 0 47 406 27 61
Binary 1110110 1100001 10011011 11000 100101 0 100111 100000110 10111 110001

Color Harmonies of #76619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76619B

Black with #76619B

Text Example


Text Example

White with #76619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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