#718185

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

Shades of Regent Grey #718185

Tints of Regent Grey #718185

Color information

#718185 (or 0x718185) is unknown color: approx Regent Grey. HEX triplet: 71, 81 and 85. RGB value is (113,129,133). Sum of RGB (Red+Green+Blue) = 113+129+133=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #718185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718185 is #8E7E7A. Grayscale: #7C7C7C. Windows color (decimal): -9338491 or 8749425. OLE color: 8749425.

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

Color convert

RGB113129133-
CMYK0.150.0300.48
HSL192º8.13%48.24%-
HSV(B)192º15.04%52.16%-
XYZ18.8920.925.23-
YUV124.67132.7119.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=30.13%
G=34.4%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131291330.150.0300.481928.1348.24
Hex718185F3030c0830
Octal1612012051730603001060
Binary111000110000001100001011111110110000110000001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718185; }

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

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

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

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

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

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

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

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