#78868D

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

Shades of Regent Grey #78868D

Tints of Regent Grey #78868D

Color information

#78868D (or 0x78868D) is unknown color: approx Regent Grey. HEX triplet: 78, 86 and 8D. RGB value is (120,134,141). Sum of RGB (Red+Green+Blue) = 120+134+141=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #78868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78868D is #877972. Grayscale: #828282. Windows color (decimal): -8878451 or 9275000. OLE color: 9275000.

HSL color Cylindrical-coordinate representation of color #78868D: hue angle of 200º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78868D is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120134141-
CMYK0.150.0500.45
HSL200º8.43%51.18%-
HSV(B)200º14.89%55.29%-
XYZ21.0822.9728.52-
YUV130.61133.86120.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=30.38%
G=33.92%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201341410.150.0500.452008.4351.18
Hex78868DF502Dc8833
Octal1702062151750553101063
Binary1111000100001101000110111111010101101110010001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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