#77709A

Color #77709A Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #77709A

Tints of Scampi #77709A

Color information

#77709A (or 0x77709A) is unknown color: approx Scampi. HEX triplet: 77, 70 and 9A. RGB value is (119,112,154). Sum of RGB (Red+Green+Blue) = 119+112+154=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #77709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709A is #888F65. Grayscale: #767676. Windows color (decimal): -8949606 or 10121335. OLE color: 10121335.

HSL color Cylindrical-coordinate representation of color #77709A: hue angle of 250º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77709A is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119112154-
CMYK0.230.2700.40
HSL250º17.21%52.16%-
HSV(B)250º27.27%60.39%-
XYZ19.2317.8433-
YUV118.88147.82128.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 154 (60.55% from 255) = 40%
R=30.91%
G=29.09%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191121540.230.2700.4025017.2152.16
Hex77709A171B028fa1134
Octal16716023227330503722164
Binary1110111111000010011010101111101101010001111101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77709A;
 }
 .AnyTagClassName
 {
   color: #77709A;
 }
</style>
background-color css

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

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

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

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

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

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