#778183

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

Shades of Regent Grey #778183

Tints of Regent Grey #778183

Color information

#778183 (or 0x778183) is unknown color: approx Regent Grey. HEX triplet: 77, 81 and 83. RGB value is (119,129,131). Sum of RGB (Red+Green+Blue) = 119+129+131=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 131 - color contains mainly: blue. Hex color #778183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778183 is #887E7C. Grayscale: #7E7E7E. Windows color (decimal): -8945277 or 8618359. OLE color: 8618359.

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

Color convert

RGB119129131-
CMYK0.090.0200.49
HSL190º4.8%49.02%-
HSV(B)190º9.16%51.37%-
XYZ19.5521.2624.55-
YUV126.24130.69122.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=31.40%
G=34.04%
B=34.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291310.090.0200.491904.849.02
Hex77818392031be531
Octal167201203112061276561
Binary11101111000000110000011100110011000110111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778183; }

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

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

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

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

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

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

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

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