#718284

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

Shades of Regent Grey #718284

Tints of Regent Grey #718284

Color information

#718284 (or 0x718284) is unknown color: approx Regent Grey. HEX triplet: 71, 82 and 84. RGB value is (113,130,132). Sum of RGB (Red+Green+Blue) = 113+130+132=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #718284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718284 is #8E7D7B. Grayscale: #7D7D7D. Windows color (decimal): -9338236 or 8684145. OLE color: 8684145.

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

Color convert

RGB113130132-
CMYK0.140.0200.48
HSL186.32º7.76%48.04%-
HSV(B)186.32º14.39%51.76%-
XYZ18.9621.1424.91-
YUV125.15131.87119.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=30.13%
G=34.67%
B=35.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131301320.140.0200.48186.327.7648.04
Hex718284E2030ba830
Octal1612022041620602721060
Binary111000110000010100001001110100110000101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718284; }

 p { color: rgb(113,130,132); }

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

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

 a { background-color: rgb(113,130,132); }

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

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

 span { border-color: rgb(113,130,132); }

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