Html Css Color HEX #77659C Scampi

📋 copy color: '#77659C'

red 119 ◦ green 101 ◦ blue 156

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

Shades of Scampi #77659C

Tints of Scampi #77659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 31.65%
G = 26.86%
B = 41.49%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77659C (or 0x77659C) is known color: Scampi. HEX triplet: 77, 65 and 9C. RGB value is (119,101,156). Sum of RGB (Red+Green+Blue) = 119+101+156=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #77659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77659C is #889A63. Grayscale: #707070. Windows color (decimal): -8952420 or 10249591. OLE color: 10249591.

HSL color Cylindrical-coordinate representation of color #77659C: hue angle of 259.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77659C is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 101 156 -
CMYK 0.24 0.35 0 0.39
HSL 259.64º 0.22% 0.5% -
HSV(B) 259.64º 0.35% 0.61% -
XYZ 18.26 15.63 33.51 -
YUV 112.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 119 101 156 0.24 0.35 0 0.39 259.64 0.22 0.5
Hex 77 65 9C 18 23 0 27 104 16 32
Octal 167 145 234 30 43 0 47 404 26 62
Binary 1110111 1100101 10011100 11000 100011 0 100111 100000100 10110 110010

Color Harmonies of #77659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77659C

Black with #77659C

Text Example


Text Example

White with #77659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77659C; }

 p { color: rgb(119,101,156); }

 H1.HeaderClassName
 {
   color: #77659C;
 }
 .AnyTagClassName
 {
   color: #77659C;
 }
</style>

background-color css

<style>
 a { background-color: #77659C; }

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

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

border-color css

<style>
 span { border-color: #77659C; }

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

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