#718085

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

Shades of Regent Grey #718085

Tints of Regent Grey #718085

Color information

#718085 (or 0x718085) is unknown color: approx Regent Grey. HEX triplet: 71, 80 and 85. RGB value is (113,128,133). Sum of RGB (Red+Green+Blue) = 113+128+133=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #718085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718085 is #8E7F7A. Grayscale: #7C7C7C. Windows color (decimal): -9338747 or 8749169. OLE color: 8749169.

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

Color convert

RGB113128133-
CMYK0.150.0400.48
HSL195º8.13%48.24%-
HSV(B)195º15.04%52.16%-
XYZ18.7620.6425.19-
YUV124.08133.03120.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=30.21%
G=34.22%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131281330.150.0400.481958.1348.24
Hex718085F4030c3830
Octal1612002051740603031060
Binary1110001100000001000010111111000110000110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718085; }

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

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

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

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

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

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

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

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