#777388

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

Shades of Topaz #777388

Tints of Topaz #777388

Color information

#777388 (or 0x777388) is unknown color: approx Topaz. HEX triplet: 77, 73 and 88. RGB value is (119,115,136). Sum of RGB (Red+Green+Blue) = 119+115+136=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #777388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777388 is #888C77. Grayscale: #767676. Windows color (decimal): -8948856 or 8942455. OLE color: 8942455.

HSL color Cylindrical-coordinate representation of color #777388: hue angle of 251.43º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777388 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119115136-
CMYK0.120.1500.47
HSL251.43º8.37%49.22%-
HSV(B)251.43º15.44%53.33%-
XYZ18.1817.9625.8-
YUV118.59137.83128.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=32.16%
G=31.08%
B=36.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191151360.120.1500.47251.438.3749.22
Hex777388CF02Ffb831
Octal16716321014170573731061
Binary1110111111001110001000110011110101111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777388; }

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

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

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

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

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

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

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

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