#798185

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

Shades of Regent Grey #798185

Tints of Regent Grey #798185

Color information

#798185 (or 0x798185) is unknown color: approx Regent Grey. HEX triplet: 79, 81 and 85. RGB value is (121,129,133). Sum of RGB (Red+Green+Blue) = 121+129+133=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #798185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798185 is #867E7A. Grayscale: #7F7F7F. Windows color (decimal): -8814203 or 8749433. OLE color: 8749433.

HSL color Cylindrical-coordinate representation of color #798185: hue angle of 200º 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 #798185 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121129133-
CMYK0.090.0300.48
HSL200º4.72%49.8%-
HSV(B)200º9.02%52.16%-
XYZ19.9721.4625.28-
YUV127.06131.35123.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=31.59%
G=33.68%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211291330.090.0300.482004.7249.8
Hex79818593030c8532
Octal171201205113060310562
Binary11110011000000110000101100111011000011001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798185; }

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

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

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

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

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

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

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

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