Html Css Color HEX #77739C Scampi

📋 copy color: '#77739C'

red 119 ◦ green 115 ◦ blue 156

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

Shades of Scampi #77739C

Tints of Scampi #77739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 30.51%
G = 29.49%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77739C (or 0x77739C) is known color: Scampi. HEX triplet: 77, 73 and 9C. RGB value is (119,115,156). Sum of RGB (Red+Green+Blue) = 119+115+156=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #77739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77739C is #888C63. Grayscale: #787878. Windows color (decimal): -8948836 or 10253175. OLE color: 10253175.

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

Color convert

RGB 119 115 156 -
CMYK 0.24 0.26 0 0.39
HSL 245.85º 0.17% 0.53% -
HSV(B) 245.85º 0.26% 0.61% -
XYZ 19.74 18.58 34 -
YUV 120.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 119 115 156 0.24 0.26 0 0.39 245.85 0.17 0.53
Hex 77 73 9C 18 1A 0 27 F6 11 35
Octal 167 163 234 30 32 0 47 366 21 65
Binary 1110111 1110011 10011100 11000 11010 0 100111 11110110 10001 110101

Color Harmonies of #77739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77739C

Black with #77739C

Text Example


Text Example

White with #77739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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