#7A8384

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

Shades of Regent Grey #7A8384

Tints of Regent Grey #7A8384

Color information

#7A8384 (or 0x7A8384) is unknown color: approx Regent Grey. HEX triplet: 7A, 83 and 84. RGB value is (122,131,132). Sum of RGB (Red+Green+Blue) = 122+131+132=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A8384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8384 is #857C7B. Grayscale: #808080. Windows color (decimal): -8748156 or 8684410. OLE color: 8684410.

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

Color convert

RGB122131132-
CMYK0.080.0100.48
HSL186º3.94%49.8%-
HSV(B)186º7.58%51.76%-
XYZ20.3122.0425.01-
YUV128.42130.02123.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=31.69%
G=34.03%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221311320.080.0100.481863.9449.8
Hex7A838481030ba432
Octal172203204101060272462
Binary1111010100000111000010010001011000010111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A8384; }

 p { color: rgb(122,131,132); }

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

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

 a { background-color: rgb(122,131,132); }

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

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

 span { border-color: rgb(122,131,132); }

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