Html Css Color HEX #77669C Scampi

📋 copy color: '#77669C'

red 119 ◦ green 102 ◦ blue 156

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

Shades of Scampi #77669C

Tints of Scampi #77669C

RGB

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

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

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

R = 31.56%
G = 27.06%
B = 41.38%

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

#77669C (or 0x77669C) is known color: Scampi. HEX triplet: 77, 66 and 9C. RGB value is (119,102,156). Sum of RGB (Red+Green+Blue) = 119+102+156=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #77669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77669C is #889963. Grayscale: #717171. Windows color (decimal): -8952164 or 10249847. OLE color: 10249847.

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

Color convert

RGB 119 102 156 -
CMYK 0.24 0.35 0 0.39
HSL 258.89º 0.21% 0.51% -
HSV(B) 258.89º 0.35% 0.61% -
XYZ 18.36 15.82 33.54 -
YUV 113.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 119 102 156 0.24 0.35 0 0.39 258.89 0.21 0.51
Hex 77 66 9C 18 23 0 27 103 15 33
Octal 167 146 234 30 43 0 47 403 25 63
Binary 1110111 1100110 10011100 11000 100011 0 100111 100000011 10101 110011

Color Harmonies of #77669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77669C

Black with #77669C

Text Example


Text Example

White with #77669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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