#78878C

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

Shades of Regent Grey #78878C

Tints of Regent Grey #78878C

Color information

#78878C (or 0x78878C) is unknown color: approx Regent Grey. HEX triplet: 78, 87 and 8C. RGB value is (120,135,140). Sum of RGB (Red+Green+Blue) = 120+135+140=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #78878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78878C is #877873. Grayscale: #838383. Windows color (decimal): -8878196 or 9209720. OLE color: 9209720.

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

Color convert

RGB120135140-
CMYK0.140.0400.45
HSL195º8%50.98%-
HSV(B)195º14.29%54.9%-
XYZ21.1423.2128.18-
YUV131.08133.03120.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=30.38%
G=34.18%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201351400.140.0400.45195850.98
Hex78878CE402Dc3833
Octal1702072141640553031063
Binary1111000100001111000110011101000101101110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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