Html Css Color HEX #77758B Scampi

📋 copy color: '#77758B'

red 119 ◦ green 117 ◦ blue 139

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

Shades of Scampi #77758B

Tints of Scampi #77758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 31.73%
G = 31.2%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77758B (or 0x77758B) is known color: Scampi. HEX triplet: 77, 75 and 8B. RGB value is (119,117,139). Sum of RGB (Red+Green+Blue) = 119+117+139=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #77758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77758B is #888A74. Grayscale: #787878. Windows color (decimal): -8948341 or 9139575. OLE color: 9139575.

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

Color convert

RGB 119 117 139 -
CMYK 0.14 0.16 0 0.45
HSL 245.45º 0.09% 0.5% -
HSV(B) 245.45º 0.16% 0.55% -
XYZ 18.63 18.51 27.02 -
YUV 120.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 119 117 139 0.14 0.16 0 0.45 245.45 0.09 0.5
Hex 77 75 8B E 10 0 2D F5 9 32
Octal 167 165 213 16 20 0 55 365 11 62
Binary 1110111 1110101 10001011 1110 10000 0 101101 11110101 1001 110010

Color Harmonies of #77758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77758B

Black with #77758B

Text Example


Text Example

White with #77758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77758B; }

 p { color: rgb(119,117,139); }

 H1.HeaderClassName
 {
   color: #77758B;
 }
 .AnyTagClassName
 {
   color: #77758B;
 }
</style>

background-color css

<style>
 a { background-color: #77758B; }

 a { background-color: rgb(119,117,139); }

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

border-color css

<style>
 span { border-color: #77758B; }

 span { border-color: rgb(119,117,139); }

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