Html Css Color HEX #77738C Scampi

📋 copy color: '#77738C'

red 119 ◦ green 115 ◦ blue 140

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

Shades of Scampi #77738C

Tints of Scampi #77738C

RGB

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

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

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

R = 31.82%
G = 30.75%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77738C (or 0x77738C) is known color: Scampi. HEX triplet: 77, 73 and 8C. RGB value is (119,115,140). Sum of RGB (Red+Green+Blue) = 119+115+140=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #77738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77738C is #888C73. Grayscale: #767676. Windows color (decimal): -8948852 or 9204599. OLE color: 9204599.

HSL color Cylindrical-coordinate representation of color #77738C: hue angle of 249.6º 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 #77738C is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 115 140 -
CMYK 0.15 0.18 0 0.45
HSL 249.6º 0.1% 0.5% -
HSV(B) 249.6º 0.18% 0.55% -
XYZ 18.47 18.08 27.33 -
YUV 119.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 119 115 140 0.15 0.18 0 0.45 249.6 0.1 0.5
Hex 77 73 8C F 12 0 2D FA A 32
Octal 167 163 214 17 22 0 55 372 12 62
Binary 1110111 1110011 10001100 1111 10010 0 101101 11111010 1010 110010

Color Harmonies of #77738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77738C

Black with #77738C

Text Example


Text Example

White with #77738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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