#798385

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

Shades of Regent Grey #798385

Tints of Regent Grey #798385

Color information

#798385 (or 0x798385) is unknown color: approx Regent Grey. HEX triplet: 79, 83 and 85. RGB value is (121,131,133). Sum of RGB (Red+Green+Blue) = 121+131+133=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 133 - color contains mainly: blue. Hex color #798385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798385 is #867C7A. Grayscale: #808080. Windows color (decimal): -8813691 or 8749945. OLE color: 8749945.

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

Color convert

RGB121131133-
CMYK0.090.0200.48
HSL190º4.72%49.8%-
HSV(B)190º9.02%52.16%-
XYZ20.2421.9925.37-
YUV128.24130.69122.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=31.43%
G=34.03%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211311330.090.0200.481904.7249.8
Hex79838592030be532
Octal171203205112060276562
Binary11110011000001110000101100110011000010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798385; }

 p { color: rgb(121,131,133); }

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

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

 a { background-color: rgb(121,131,133); }

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

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

 span { border-color: rgb(121,131,133); }

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