Html Css Color HEX #77669E Scampi

📋 copy color: '#77669E'

red 119 ◦ green 102 ◦ blue 158

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

Shades of Scampi #77669E

Tints of Scampi #77669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 31.4%
G = 26.91%
B = 41.69%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77669E (or 0x77669E) is known color: Scampi. HEX triplet: 77, 66 and 9E. RGB value is (119,102,158). Sum of RGB (Red+Green+Blue) = 119+102+158=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #77669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77669E is #889961. Grayscale: #717171. Windows color (decimal): -8952162 or 10380919. OLE color: 10380919.

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

Color convert

RGB 119 102 158 -
CMYK 0.25 0.35 0 0.38
HSL 258.21º 0.22% 0.51% -
HSV(B) 258.21º 0.35% 0.62% -
XYZ 18.53 15.89 34.44 -
YUV 113.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 119 102 158 0.25 0.35 0 0.38 258.21 0.22 0.51
Hex 77 66 9E 19 23 0 26 102 16 33
Octal 167 146 236 31 43 0 46 402 26 63
Binary 1110111 1100110 10011110 11001 100011 0 100110 100000010 10110 110011

Color Harmonies of #77669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77669E

Black with #77669E

Text Example


Text Example

White with #77669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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