Html Css Color HEX #76609A Scampi

📋 copy color: '#76609A'

red 118 ◦ green 96 ◦ blue 154

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

Shades of Scampi #76609A

Tints of Scampi #76609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 32.07%
G = 26.09%
B = 41.85%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76609A (or 0x76609A) is known color: Scampi. HEX triplet: 76, 60 and 9A. RGB value is (118,96,154). Sum of RGB (Red+Green+Blue) = 118+96+154=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #76609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76609A is #899F65. Grayscale: #6C6C6C. Windows color (decimal): -9019238 or 10117238. OLE color: 10117238.

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

Color convert

RGB 118 96 154 -
CMYK 0.23 0.38 0 0.40
HSL 262.76º 0.23% 0.49% -
HSV(B) 262.76º 0.38% 0.6% -
XYZ 17.49 14.55 32.46 -
YUV 109.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 118 96 154 0.23 0.38 0 0.40 262.76 0.23 0.49
Hex 76 60 9A 17 26 0 28 107 17 31
Octal 166 140 232 27 46 0 50 407 27 61
Binary 1110110 1100000 10011010 10111 100110 0 101000 100000111 10111 110001

Color Harmonies of #76609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76609A

Black with #76609A

Text Example


Text Example

White with #76609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76609A;
 }
 .AnyTagClassName
 {
   color: #76609A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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