#798284

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

Shades of Regent Grey #798284

Tints of Regent Grey #798284

Color information

#798284 (or 0x798284) is unknown color: approx Regent Grey. HEX triplet: 79, 82 and 84. RGB value is (121,130,132). Sum of RGB (Red+Green+Blue) = 121+130+132=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #798284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798284 is #867D7B. Grayscale: #7F7F7F. Windows color (decimal): -8813948 or 8684153. OLE color: 8684153.

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

Color convert

RGB121130132-
CMYK0.080.0200.48
HSL190.91º4.35%49.61%-
HSV(B)190.91º8.33%51.76%-
XYZ20.0321.724.96-
YUV127.54130.52123.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=31.59%
G=33.94%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211301320.080.0200.48190.914.3549.61
Hex79828482030bf432
Octal171202204102060277462
Binary11110011000001010000100100010011000010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798284; }

 p { color: rgb(121,130,132); }

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

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

 a { background-color: rgb(121,130,132); }

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

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

 span { border-color: rgb(121,130,132); }

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