#78868E

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

Shades of Regent Grey #78868E

Tints of Regent Grey #78868E

Color information

#78868E (or 0x78868E) is unknown color: approx Regent Grey. HEX triplet: 78, 86 and 8E. RGB value is (120,134,142). Sum of RGB (Red+Green+Blue) = 120+134+142=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #78868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78868E is #877971. Grayscale: #828282. Windows color (decimal): -8878450 or 9340536. OLE color: 9340536.

HSL color Cylindrical-coordinate representation of color #78868E: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78868E is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120134142-
CMYK0.150.0600.44
HSL201.82º8.87%51.37%-
HSV(B)201.82º15.49%55.69%-
XYZ21.152328.92-
YUV130.73134.36120.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=30.30%
G=33.84%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201341420.150.0600.44201.828.8751.37
Hex78868EF602Cca933
Octal1702062161760543121163
Binary1111000100001101000111011111100101100110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78868E; }

 p { color: rgb(120,134,142); }

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

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

 a { background-color: rgb(120,134,142); }

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

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

 span { border-color: rgb(120,134,142); }

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