Html Css Color HEX #77709E Scampi

📋 copy color: '#77709E'

red 119 ◦ green 112 ◦ blue 158

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

Shades of Scampi #77709E

Tints of Scampi #77709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 30.59%
G = 28.79%
B = 40.62%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77709E (or 0x77709E) is known color: Scampi. HEX triplet: 77, 70 and 9E. RGB value is (119,112,158). Sum of RGB (Red+Green+Blue) = 119+112+158=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #77709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709E is #888F61. Grayscale: #777777. Windows color (decimal): -8949602 or 10383479. OLE color: 10383479.

HSL color Cylindrical-coordinate representation of color #77709E: hue angle of 249.13º 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 #77709E is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 112 158 -
CMYK 0.25 0.29 0 0.38
HSL 249.13º 0.19% 0.53% -
HSV(B) 249.13º 0.29% 0.62% -
XYZ 19.57 17.98 34.79 -
YUV 119.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 119 112 158 0.25 0.29 0 0.38 249.13 0.19 0.53
Hex 77 70 9E 19 1D 0 26 F9 13 35
Octal 167 160 236 31 35 0 46 371 23 65
Binary 1110111 1110000 10011110 11001 11101 0 100110 11111001 10011 110101

Color Harmonies of #77709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77709E

Black with #77709E

Text Example


Text Example

White with #77709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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