Html Css Color HEX #77769C Scampi

📋 copy color: '#77769C'

red 119 ◦ green 118 ◦ blue 156

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

Shades of Scampi #77769C

Tints of Scampi #77769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.03%

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

R = 30.28%
G = 30.03%
B = 39.69%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77769C (or 0x77769C) is known color: Scampi. HEX triplet: 77, 76 and 9C. RGB value is (119,118,156). Sum of RGB (Red+Green+Blue) = 119+118+156=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #77769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77769C is #888963. Grayscale: #7A7A7A. Windows color (decimal): -8948068 or 10253943. OLE color: 10253943.

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

Color convert

RGB 119 118 156 -
CMYK 0.24 0.24 0 0.39
HSL 241.58º 0.16% 0.54% -
HSV(B) 241.58º 0.24% 0.61% -
XYZ 20.09 19.28 34.12 -
YUV 122.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 119 118 156 0.24 0.24 0 0.39 241.58 0.16 0.54
Hex 77 76 9C 18 18 0 27 F2 10 36
Octal 167 166 234 30 30 0 47 362 20 66
Binary 1110111 1110110 10011100 11000 11000 0 100111 11110010 10000 110110

Color Harmonies of #77769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77769C

Black with #77769C

Text Example


Text Example

White with #77769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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