Html Css Color HEX #77629A Scampi

📋 copy color: '#77629A'

red 119 ◦ green 98 ◦ blue 154

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

Shades of Scampi #77629A

Tints of Scampi #77629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 32.08%
G = 26.42%
B = 41.51%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77629A (or 0x77629A) is known color: Scampi. HEX triplet: 77, 62 and 9A. RGB value is (119,98,154). Sum of RGB (Red+Green+Blue) = 119+98+154=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #77629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77629A is #889D65. Grayscale: #6E6E6E. Windows color (decimal): -8953190 or 10117751. OLE color: 10117751.

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

Color convert

RGB 119 98 154 -
CMYK 0.23 0.36 0 0.40
HSL 262.5º 0.22% 0.49% -
HSV(B) 262.5º 0.36% 0.6% -
XYZ 17.81 14.99 32.53 -
YUV 110.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 119 98 154 0.23 0.36 0 0.40 262.5 0.22 0.49
Hex 77 62 9A 17 24 0 28 106 16 31
Octal 167 142 232 27 44 0 50 406 26 61
Binary 1110111 1100010 10011010 10111 100100 0 101000 100000110 10110 110001

Color Harmonies of #77629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77629A

Black with #77629A

Text Example


Text Example

White with #77629A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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