Html Css Color HEX #76619A Scampi

📋 copy color: '#76619A'

red 118 ◦ green 97 ◦ blue 154

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

Shades of Scampi #76619A

Tints of Scampi #76619A

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 value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76619A (or 0x76619A) is known color: 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

RGB 118 97 154 -
CMYK 0.23 0.37 0 0.40
HSL 262.11º 0.23% 0.49% -
HSV(B) 262.11º 0.37% 0.6% -
XYZ 17.58 14.73 32.49 -
YUV 109.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 118 97 154 0.23 0.37 0 0.40 262.11 0.23 0.49
Hex 76 61 9A 17 25 0 28 106 17 31
Octal 166 141 232 27 45 0 50 406 27 61
Binary 1110110 1100001 10011010 10111 100101 0 101000 100000110 10111 110001

Color Harmonies of #76619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76619A

Black with #76619A

Text Example


Text Example

White with #76619A

Text Example


Text Example

HTML Codes & Css Web 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>