#778388

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

Shades of Regent Grey #778388

Tints of Regent Grey #778388

Color information

#778388 (or 0x778388) is unknown color: approx Regent Grey. HEX triplet: 77, 83 and 88. RGB value is (119,131,136). Sum of RGB (Red+Green+Blue) = 119+131+136=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #778388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778388 is #887C77. Grayscale: #7F7F7F. Windows color (decimal): -8944760 or 8946551. OLE color: 8946551.

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

Color convert

RGB119131136-
CMYK0.120.0400.47
HSL197.65º6.67%50%-
HSV(B)197.65º12.5%53.33%-
XYZ20.1721.9326.46-
YUV127.98132.52121.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=30.83%
G=33.94%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191311360.120.0400.47197.656.6750
Hex778388C402Fc6732
Octal167203210144057306762
Binary111011110000011100010001100100010111111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778388; }

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

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

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

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

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

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

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

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