#788085

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

Shades of Regent Grey #788085

Tints of Regent Grey #788085

Color information

#788085 (or 0x788085) is unknown color: approx Regent Grey. HEX triplet: 78, 80 and 85. RGB value is (120,128,133). Sum of RGB (Red+Green+Blue) = 120+128+133=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #788085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788085 is #877F7A. Grayscale: #7E7E7E. Windows color (decimal): -8879995 or 8749176. OLE color: 8749176.

HSL color Cylindrical-coordinate representation of color #788085: hue angle of 203.08º 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 #788085 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120128133-
CMYK0.100.0400.48
HSL203.08º5.14%49.61%-
HSV(B)203.08º9.77%52.16%-
XYZ19.721.1225.23-
YUV126.18131.85123.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=31.50%
G=33.60%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201281330.100.0400.48203.085.1449.61
Hex788085A4030cb532
Octal170200205124060313562
Binary111100010000000100001011010100011000011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788085; }

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

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

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

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

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

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

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

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