#708082

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

Shades of Regent Grey #708082

Tints of Regent Grey #708082

Color information

#708082 (or 0x708082) is unknown color: approx Regent Grey. HEX triplet: 70, 80 and 82. RGB value is (112,128,130). Sum of RGB (Red+Green+Blue) = 112+128+130=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 130 - color contains mainly: blue. Hex color #708082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708082 is #8F7F7D. Grayscale: #7B7B7B. Windows color (decimal): -9404286 or 8552560. OLE color: 8552560.

HSL color Cylindrical-coordinate representation of color #708082: hue angle of 186.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #708082 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112128130-
CMYK0.140.0200.49
HSL186.67º7.44%47.45%-
HSV(B)186.67º13.85%50.98%-
XYZ18.4320.4924.1-
YUV123.44131.7119.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=30.27%
G=34.59%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121281300.140.0200.49186.677.4447.45
Hex708082E2031bb72f
Octal160200202162061273757
Binary11100001000000010000010111010011000110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708082; }

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

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

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

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

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

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

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

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