Html Css Color HEX #77779B Scampi

📋 copy color: '#77779B'

red 119 ◦ green 119 ◦ blue 155

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

Shades of Scampi #77779B

Tints of Scampi #77779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 30.28%
G = 30.28%
B = 39.44%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77779B (or 0x77779B) is known color: Scampi. HEX triplet: 77, 77 and 9B. RGB value is (119,119,155). Sum of RGB (Red+Green+Blue) = 119+119+155=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #77779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77779B is #888864. Grayscale: #7A7A7A. Windows color (decimal): -8947813 or 10188663. OLE color: 10188663.

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

Color convert

RGB 119 119 155 -
CMYK 0.23 0.23 0 0.39
HSL 240º 0.15% 0.54% -
HSV(B) 240º 0.23% 0.61% -
XYZ 20.12 19.48 33.71 -
YUV 123.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 119 119 155 0.23 0.23 0 0.39 240 0.15 0.54
Hex 77 77 9B 17 17 0 27 F0 F 36
Octal 167 167 233 27 27 0 47 360 17 66
Binary 1110111 1110111 10011011 10111 10111 0 100111 11110000 1111 110110

Color Harmonies of #77779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77779B

Black with #77779B

Text Example


Text Example

White with #77779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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