Html Css Color HEX #76609E Scampi

📋 copy color: '#76609E'

red 118 ◦ green 96 ◦ blue 158

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

Shades of Scampi #76609E

Tints of Scampi #76609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 31.72%
G = 25.81%
B = 42.47%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76609E (or 0x76609E) is known color: Scampi. HEX triplet: 76, 60 and 9E. RGB value is (118,96,158). Sum of RGB (Red+Green+Blue) = 118+96+158=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #76609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76609E is #899F61. Grayscale: #6D6D6D. Windows color (decimal): -9019234 or 10379382. OLE color: 10379382.

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

Color convert

RGB 118 96 158 -
CMYK 0.25 0.39 0 0.38
HSL 261.29º 0.24% 0.5% -
HSV(B) 261.29º 0.39% 0.62% -
XYZ 17.83 14.69 34.24 -
YUV 109.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 118 96 158 0.25 0.39 0 0.38 261.29 0.24 0.5
Hex 76 60 9E 19 27 0 26 105 18 32
Octal 166 140 236 31 47 0 46 405 30 62
Binary 1110110 1100000 10011110 11001 100111 0 100110 100000101 11000 110010

Color Harmonies of #76609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76609E

Black with #76609E

Text Example


Text Example

White with #76609E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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