Html Css Color HEX #77609A Scampi

📋 copy color: '#77609A'

red 119 ◦ green 96 ◦ blue 154

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

Shades of Scampi #77609A

Tints of Scampi #77609A

RGB

 RED value IS 119 (46.88% from 255) = 32.25%

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

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

R = 32.25%
G = 26.02%
B = 41.73%

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

#77609A (or 0x77609A) is known color: Scampi. HEX triplet: 77, 60 and 9A. RGB value is (119,96,154). Sum of RGB (Red+Green+Blue) = 119+96+154=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 96 (37.89% from 255 or 26.02% 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 #77609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77609A is #889F65. Grayscale: #6D6D6D. Windows color (decimal): -8953702 or 10117239. OLE color: 10117239.

HSL color Cylindrical-coordinate representation of color #77609A: hue angle of 263.79º 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 #77609A is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 96 154 -
CMYK 0.23 0.38 0 0.40
HSL 263.79º 0.23% 0.49% -
HSV(B) 263.79º 0.38% 0.6% -
XYZ 17.62 14.62 32.47 -
YUV 109.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 119 96 154 0.23 0.38 0 0.40 263.79 0.23 0.49
Hex 77 60 9A 17 26 0 28 108 17 31
Octal 167 140 232 27 46 0 50 410 27 61
Binary 1110111 1100000 10011010 10111 100110 0 101000 100001000 10111 110001

Color Harmonies of #77609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77609A

Black with #77609A

Text Example


Text Example

White with #77609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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