Html Css Color HEX #77749B Scampi

📋 copy color: '#77749B'

red 119 ◦ green 116 ◦ blue 155

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

Shades of Scampi #77749B

Tints of Scampi #77749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 30.51%
G = 29.74%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77749B (or 0x77749B) is known color: Scampi. HEX triplet: 77, 74 and 9B. RGB value is (119,116,155). Sum of RGB (Red+Green+Blue) = 119+116+155=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #77749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77749B is #888B64. Grayscale: #797979. Windows color (decimal): -8948581 or 10187895. OLE color: 10187895.

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

Color convert

RGB 119 116 155 -
CMYK 0.23 0.25 0 0.39
HSL 244.62º 0.16% 0.53% -
HSV(B) 244.62º 0.25% 0.61% -
XYZ 19.77 18.78 33.59 -
YUV 121.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 119 116 155 0.23 0.25 0 0.39 244.62 0.16 0.53
Hex 77 74 9B 17 19 0 27 F5 10 35
Octal 167 164 233 27 31 0 47 365 20 65
Binary 1110111 1110100 10011011 10111 11001 0 100111 11110101 10000 110101

Color Harmonies of #77749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77749B

Black with #77749B

Text Example


Text Example

White with #77749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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