Html Css Color HEX #77709D Scampi

📋 copy color: '#77709D'

red 119 ◦ green 112 ◦ blue 157

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

Shades of Scampi #77709D

Tints of Scampi #77709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 30.67%
G = 28.87%
B = 40.46%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77709D (or 0x77709D) is known color: Scampi. HEX triplet: 77, 70 and 9D. RGB value is (119,112,157). Sum of RGB (Red+Green+Blue) = 119+112+157=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #77709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709D is #888F62. Grayscale: #777777. Windows color (decimal): -8949603 or 10317943. OLE color: 10317943.

HSL color Cylindrical-coordinate representation of color #77709D: hue angle of 249.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77709D is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 112 157 -
CMYK 0.24 0.29 0 0.38
HSL 249.33º 0.19% 0.53% -
HSV(B) 249.33º 0.29% 0.62% -
XYZ 19.49 17.94 34.33 -
YUV 119.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 119 112 157 0.24 0.29 0 0.38 249.33 0.19 0.53
Hex 77 70 9D 18 1D 0 26 F9 13 35
Octal 167 160 235 30 35 0 46 371 23 65
Binary 1110111 1110000 10011101 11000 11101 0 100110 11111001 10011 110101

Color Harmonies of #77709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77709D

Black with #77709D

Text Example


Text Example

White with #77709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,112,157); }

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

background-color css

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

 a { background-color: rgb(119,112,157); }

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

border-color css

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

 span { border-color: rgb(119,112,157); }

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