Html Css Color HEX #77669F Scampi

📋 copy color: '#77669F'

red 119 ◦ green 102 ◦ blue 159

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

Shades of Scampi #77669F

Tints of Scampi #77669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 31.32%
G = 26.84%
B = 41.84%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77669F (or 0x77669F) is known color: Scampi. HEX triplet: 77, 66 and 9F. RGB value is (119,102,159). Sum of RGB (Red+Green+Blue) = 119+102+159=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #77669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77669F is #889960. Grayscale: #717171. Windows color (decimal): -8952161 or 10446455. OLE color: 10446455.

HSL color Cylindrical-coordinate representation of color #77669F: hue angle of 257.89º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77669F is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 102 159 -
CMYK 0.25 0.36 0 0.38
HSL 257.89º 0.23% 0.51% -
HSV(B) 257.89º 0.36% 0.62% -
XYZ 18.62 15.93 34.89 -
YUV 113.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 119 102 159 0.25 0.36 0 0.38 257.89 0.23 0.51
Hex 77 66 9F 19 24 0 26 102 17 33
Octal 167 146 237 31 44 0 46 402 27 63
Binary 1110111 1100110 10011111 11001 100100 0 100110 100000010 10111 110011

Color Harmonies of #77669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77669F

Black with #77669F

Text Example


Text Example

White with #77669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77669F; }

 p { color: rgb(119,102,159); }

 H1.HeaderClassName
 {
   color: #77669F;
 }
 .AnyTagClassName
 {
   color: #77669F;
 }
</style>

background-color css

<style>
 a { background-color: #77669F; }

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

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

border-color css

<style>
 span { border-color: #77669F; }

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

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