#78858D

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

Shades of Regent Grey #78858D

Tints of Regent Grey #78858D

Color information

#78858D (or 0x78858D) is unknown color: approx Regent Grey. HEX triplet: 78, 85 and 8D. RGB value is (120,133,141). Sum of RGB (Red+Green+Blue) = 120+133+141=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #78858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78858D is #877A72. Grayscale: #818181. Windows color (decimal): -8878707 or 9274744. OLE color: 9274744.

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

Color convert

RGB120133141-
CMYK0.150.0600.45
HSL202.86º8.43%51.18%-
HSV(B)202.86º14.89%55.29%-
XYZ20.9422.6928.48-
YUV130.02134.19120.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=30.46%
G=33.76%
B=35.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201331410.150.0600.45202.868.4351.18
Hex78858DF602Dcb833
Octal1702052151760553131063
Binary1111000100001011000110111111100101101110010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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