#78878E

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

Shades of Regent Grey #78878E

Tints of Regent Grey #78878E

Color information

#78878E (or 0x78878E) is unknown color: approx Regent Grey. HEX triplet: 78, 87 and 8E. RGB value is (120,135,142). Sum of RGB (Red+Green+Blue) = 120+135+142=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #78878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78878E is #877871. Grayscale: #838383. Windows color (decimal): -8878194 or 9340792. OLE color: 9340792.

HSL color Cylindrical-coordinate representation of color #78878E: hue angle of 199.09º 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 #78878E is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120135142-
CMYK0.150.0500.44
HSL199.09º8.87%51.37%-
HSV(B)199.09º15.49%55.69%-
XYZ21.2923.2728.96-
YUV131.31134.03119.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=30.23%
G=34.01%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201351420.150.0500.44199.098.8751.37
Hex78878EF502Cc7933
Octal1702072161750543071163
Binary1111000100001111000111011111010101100110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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