#787F83

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

Shades of Regent Grey #787F83

Tints of Regent Grey #787F83

Color information

#787F83 (or 0x787F83) is unknown color: approx Regent Grey. HEX triplet: 78, 7F and 83. RGB value is (120,127,131). Sum of RGB (Red+Green+Blue) = 120+127+131=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 131 - color contains mainly: blue. Hex color #787F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F83 is #87807C. Grayscale: #7D7D7D. Windows color (decimal): -8880253 or 8617848. OLE color: 8617848.

HSL color Cylindrical-coordinate representation of color #787F83: hue angle of 201.82º 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 #787F83 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB120127131-
CMYK0.080.0300.49
HSL201.82º4.38%49.22%-
HSV(B)201.82º8.4%51.37%-
XYZ19.4320.8124.47-
YUV125.36131.18124.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=31.75%
G=33.60%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201271310.080.0300.49201.824.3849.22
Hex787F8383031ca431
Octal170177203103061312461
Binary1111000111111110000011100011011000111001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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