#76619A

Color #76619A Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #76619A

Tints of Scampi #76619A

Color information

#76619A (or 0x76619A) is unknown color: approx Scampi. HEX triplet: 76, 61 and 9A. RGB value is (118,97,154). Sum of RGB (Red+Green+Blue) = 118+97+154=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #76619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76619A is #899E65. Grayscale: #6D6D6D. Windows color (decimal): -9018982 or 10117494. OLE color: 10117494.

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

Color convert

RGB11897154-
CMYK0.230.3700.40
HSL262.11º22.71%49.22%-
HSV(B)262.11º37.01%60.39%-
XYZ17.5814.7332.49-
YUV109.78152.96133.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=31.98%
G=26.29%
B=41.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118971540.230.3700.40262.1122.7149.22
Hex76619A17250281061731
Octal16614123227450504062761
Binary111011011000011001101010111100101010100010000011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76619A;
 }
 .AnyTagClassName
 {
   color: #76619A;
 }
</style>
background-color css

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

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

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

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

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

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