Html Css Color HEX #77748C Scampi

📋 copy color: '#77748C'

red 119 ◦ green 116 ◦ blue 140

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

Shades of Scampi #77748C

Tints of Scampi #77748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 31.73%
G = 30.93%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77748C (or 0x77748C) is known color: Scampi. HEX triplet: 77, 74 and 8C. RGB value is (119,116,140). Sum of RGB (Red+Green+Blue) = 119+116+140=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #77748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77748C is #888B73. Grayscale: #777777. Windows color (decimal): -8948596 or 9204855. OLE color: 9204855.

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

Color convert

RGB 119 116 140 -
CMYK 0.15 0.17 0 0.45
HSL 247.5º 0.09% 0.5% -
HSV(B) 247.5º 0.17% 0.55% -
XYZ 18.59 18.31 27.36 -
YUV 119.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 119 116 140 0.15 0.17 0 0.45 247.5 0.09 0.5
Hex 77 74 8C F 11 0 2D F8 9 32
Octal 167 164 214 17 21 0 55 370 11 62
Binary 1110111 1110100 10001100 1111 10001 0 101101 11111000 1001 110010

Color Harmonies of #77748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77748C

Black with #77748C

Text Example


Text Example

White with #77748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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