#78848C

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

Shades of Regent Grey #78848C

Tints of Regent Grey #78848C

Color information

#78848C (or 0x78848C) is unknown color: approx Regent Grey. HEX triplet: 78, 84 and 8C. RGB value is (120,132,140). Sum of RGB (Red+Green+Blue) = 120+132+140=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 140 - color contains mainly: blue. Hex color #78848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78848C is #877B73. Grayscale: #818181. Windows color (decimal): -8878964 or 9208952. OLE color: 9208952.

HSL color Cylindrical-coordinate representation of color #78848C: hue angle of 204º 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 #78848C is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120132140-
CMYK0.140.0600.45
HSL204º8%50.98%-
HSV(B)204º14.29%54.9%-
XYZ20.7322.3928.04-
YUV129.32134.02121.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=30.61%
G=33.67%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201321400.140.0600.45204850.98
Hex78848CE602Dcc833
Octal1702042141660553141063
Binary1111000100001001000110011101100101101110011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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