Html Css Color HEX #77738E Scampi

📋 copy color: '#77738E'

red 119 ◦ green 115 ◦ blue 142

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

Shades of Scampi #77738E

Tints of Scampi #77738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 31.65%
G = 30.59%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77738E (or 0x77738E) is known color: Scampi. HEX triplet: 77, 73 and 8E. RGB value is (119,115,142). Sum of RGB (Red+Green+Blue) = 119+115+142=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #77738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77738E is #888C71. Grayscale: #777777. Windows color (decimal): -8948850 or 9335671. OLE color: 9335671.

HSL color Cylindrical-coordinate representation of color #77738E: hue angle of 248.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77738E is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 115 142 -
CMYK 0.16 0.19 0 0.44
HSL 248.89º 0.11% 0.5% -
HSV(B) 248.89º 0.19% 0.56% -
XYZ 18.62 18.14 28.11 -
YUV 119.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 119 115 142 0.16 0.19 0 0.44 248.89 0.11 0.5
Hex 77 73 8E 10 13 0 2C F9 B 32
Octal 167 163 216 20 23 0 54 371 13 62
Binary 1110111 1110011 10001110 10000 10011 0 101100 11111001 1011 110010

Color Harmonies of #77738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77738E

Black with #77738E

Text Example


Text Example

White with #77738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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