#778384

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

Shades of Regent Grey #778384

Tints of Regent Grey #778384

Color information

#778384 (or 0x778384) is unknown color: approx Regent Grey. HEX triplet: 77, 83 and 84. RGB value is (119,131,132). Sum of RGB (Red+Green+Blue) = 119+131+132=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #778384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778384 is #887C7B. Grayscale: #7F7F7F. Windows color (decimal): -8944764 or 8684407. OLE color: 8684407.

HSL color Cylindrical-coordinate representation of color #778384: hue angle of 184.62º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #778384 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119131132-
CMYK0.100.0100.48
HSL184.62º5.18%49.22%-
HSV(B)184.62º9.85%51.76%-
XYZ19.8921.8224.99-
YUV127.53130.52121.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=31.15%
G=34.29%
B=34.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191311320.100.0100.48184.625.1849.22
Hex778384A1030b9531
Octal167203204121060271561
Binary1110111100000111000010010101011000010111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778384; }

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

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

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

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

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

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

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

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