Html Css Color HEX #77629B Scampi

📋 copy color: '#77629B'

red 119 ◦ green 98 ◦ blue 155

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

Shades of Scampi #77629B

Tints of Scampi #77629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 31.99%
G = 26.34%
B = 41.67%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77629B (or 0x77629B) is known color: Scampi. HEX triplet: 77, 62 and 9B. RGB value is (119,98,155). Sum of RGB (Red+Green+Blue) = 119+98+155=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #77629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77629B is #889D64. Grayscale: #6E6E6E. Windows color (decimal): -8953189 or 10183287. OLE color: 10183287.

HSL color Cylindrical-coordinate representation of color #77629B: hue angle of 262.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77629B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 98 155 -
CMYK 0.23 0.37 0 0.39
HSL 262.11º 0.23% 0.5% -
HSV(B) 262.11º 0.37% 0.61% -
XYZ 17.89 15.02 32.97 -
YUV 110.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 119 98 155 0.23 0.37 0 0.39 262.11 0.23 0.5
Hex 77 62 9B 17 25 0 27 106 17 32
Octal 167 142 233 27 45 0 47 406 27 62
Binary 1110111 1100010 10011011 10111 100101 0 100111 100000110 10111 110010

Color Harmonies of #77629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77629B

Black with #77629B

Text Example


Text Example

White with #77629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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