#787F82

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

Shades of Regent Grey #787F82

Tints of Regent Grey #787F82

Color information

#787F82 (or 0x787F82) is unknown color: approx Regent Grey. HEX triplet: 78, 7F and 82. RGB value is (120,127,130). Sum of RGB (Red+Green+Blue) = 120+127+130=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 130 - color contains mainly: blue. Hex color #787F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F82 is #87807D. Grayscale: #7D7D7D. Windows color (decimal): -8880254 or 8552312. OLE color: 8552312.

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

Color convert

RGB120127130-
CMYK0.080.0200.49
HSL198º4%49.02%-
HSV(B)198º7.69%50.98%-
XYZ19.3620.7824.11-
YUV125.25130.68124.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=31.83%
G=33.69%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201271300.080.0200.49198449.02
Hex787F8282031c6431
Octal170177202102061306461
Binary1111000111111110000010100010011000111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787F82; }

 p { color: rgb(120,127,130); }

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

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

 a { background-color: rgb(120,127,130); }

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

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

 span { border-color: rgb(120,127,130); }

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