#78878D

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

Shades of Regent Grey #78878D

Tints of Regent Grey #78878D

Color information

#78878D (or 0x78878D) is unknown color: approx Regent Grey. HEX triplet: 78, 87 and 8D. RGB value is (120,135,141). Sum of RGB (Red+Green+Blue) = 120+135+141=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #78878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78878D is #877872. Grayscale: #838383. Windows color (decimal): -8878195 or 9275256. OLE color: 9275256.

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

Color convert

RGB120135141-
CMYK0.150.0400.45
HSL197.14º8.43%51.18%-
HSV(B)197.14º14.89%55.29%-
XYZ21.2223.2428.57-
YUV131.2133.53120.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=30.30%
G=34.09%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201351410.150.0400.45197.148.4351.18
Hex78878DF402Dc5833
Octal1702072151740553051063
Binary1111000100001111000110111111000101101110001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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