#708085

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

Shades of Regent Grey #708085

Tints of Regent Grey #708085

Color information

#708085 (or 0x708085) is unknown color: approx Regent Grey. HEX triplet: 70, 80 and 85. RGB value is (112,128,133). Sum of RGB (Red+Green+Blue) = 112+128+133=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #708085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708085 is #8F7F7A. Grayscale: #7B7B7B. Windows color (decimal): -9404283 or 8749168. OLE color: 8749168.

HSL color Cylindrical-coordinate representation of color #708085: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708085 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112128133-
CMYK0.160.0400.48
HSL194.29º8.57%48.04%-
HSV(B)194.29º15.79%52.16%-
XYZ18.6320.5825.18-
YUV123.79133.2119.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=30.03%
G=34.32%
B=35.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121281330.160.0400.48194.298.5748.04
Hex708085104030c2930
Octal1602002052040603021160
Binary11100001000000010000101100001000110000110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708085; }

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

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

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

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

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

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

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

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