Html Css Color HEX #77748D Scampi

📋 copy color: '#77748D'

red 119 ◦ green 116 ◦ blue 141

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

Shades of Scampi #77748D

Tints of Scampi #77748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 31.65%
G = 30.85%
B = 37.5%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77748D (or 0x77748D) is known color: Scampi. HEX triplet: 77, 74 and 8D. RGB value is (119,116,141). Sum of RGB (Red+Green+Blue) = 119+116+141=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #77748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77748D is #888B72. Grayscale: #777777. Windows color (decimal): -8948595 or 9270391. OLE color: 9270391.

HSL color Cylindrical-coordinate representation of color #77748D: hue angle of 247.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77748D is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 116 141 -
CMYK 0.16 0.18 0 0.45
HSL 247.2º 0.1% 0.5% -
HSV(B) 247.2º 0.18% 0.55% -
XYZ 18.66 18.34 27.75 -
YUV 119.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 119 116 141 0.16 0.18 0 0.45 247.2 0.1 0.5
Hex 77 74 8D 10 12 0 2D F7 A 32
Octal 167 164 215 20 22 0 55 367 12 62
Binary 1110111 1110100 10001101 10000 10010 0 101101 11110111 1010 110010

Color Harmonies of #77748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77748D

Black with #77748D

Text Example


Text Example

White with #77748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77748D; }

 p { color: rgb(119,116,141); }

 H1.HeaderClassName
 {
   color: #77748D;
 }
 .AnyTagClassName
 {
   color: #77748D;
 }
</style>

background-color css

<style>
 a { background-color: #77748D; }

 a { background-color: rgb(119,116,141); }

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

border-color css

<style>
 span { border-color: #77748D; }

 span { border-color: rgb(119,116,141); }

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