#778182

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

Shades of Regent Grey #778182

Tints of Regent Grey #778182

Color information

#778182 (or 0x778182) is unknown color: approx Regent Grey. HEX triplet: 77, 81 and 82. RGB value is (119,129,130). Sum of RGB (Red+Green+Blue) = 119+129+130=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 130 - color contains mainly: blue. Hex color #778182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778182 is #887E7D. Grayscale: #7E7E7E. Windows color (decimal): -8945278 or 8552823. OLE color: 8552823.

HSL color Cylindrical-coordinate representation of color #778182: hue angle of 185.45º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #778182 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119129130-
CMYK0.080.0100.49
HSL185.45º4.42%48.82%-
HSV(B)185.45º8.46%50.98%-
XYZ19.4921.2324.19-
YUV126.12130.19122.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=31.48%
G=34.13%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291300.080.0100.49185.454.4248.82
Hex77818281031b9431
Octal167201202101061271461
Binary1110111100000011000001010001011000110111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778182; }

 p { color: rgb(119,129,130); }

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

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

 a { background-color: rgb(119,129,130); }

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

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

 span { border-color: rgb(119,129,130); }

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