#788285

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

Shades of Regent Grey #788285

Tints of Regent Grey #788285

Color information

#788285 (or 0x788285) is unknown color: approx Regent Grey. HEX triplet: 78, 82 and 85. RGB value is (120,130,133). Sum of RGB (Red+Green+Blue) = 120+130+133=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #788285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788285 is #877D7A. Grayscale: #7F7F7F. Windows color (decimal): -8879483 or 8749688. OLE color: 8749688.

HSL color Cylindrical-coordinate representation of color #788285: hue angle of 193.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788285 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120130133-
CMYK0.100.0200.48
HSL193.85º5.14%49.61%-
HSV(B)193.85º9.77%52.16%-
XYZ19.9621.6525.32-
YUV127.35131.19122.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=31.33%
G=33.94%
B=34.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201301330.100.0200.48193.855.1449.61
Hex788285A2030c2532
Octal170202205122060302562
Binary11110001000001010000101101010011000011000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788285; }

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

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

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

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

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

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

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

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