#718385

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

Shades of Regent Grey #718385

Tints of Regent Grey #718385

Color information

#718385 (or 0x718385) is unknown color: approx Regent Grey. HEX triplet: 71, 83 and 85. RGB value is (113,131,133). Sum of RGB (Red+Green+Blue) = 113+131+133=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #718385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718385 is #8E7C7A. Grayscale: #7D7D7D. Windows color (decimal): -9337979 or 8749937. OLE color: 8749937.

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

Color convert

RGB113131133-
CMYK0.150.0200.48
HSL186º8.13%48.24%-
HSV(B)186º15.04%52.16%-
XYZ19.1621.4425.32-
YUV125.85132.04118.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=29.97%
G=34.75%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131311330.150.0200.481868.1348.24
Hex718385F2030ba830
Octal1612032051720602721060
Binary111000110000011100001011111100110000101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718385; }

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

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

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

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

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

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

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

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