#707F80

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

Shades of Regent Grey #707F80

Tints of Regent Grey #707F80

Color information

#707F80 (or 0x707F80) is unknown color: approx Regent Grey. HEX triplet: 70, 7F and 80. RGB value is (112,127,128). Sum of RGB (Red+Green+Blue) = 112+127+128=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 128 - color contains mainly: blue. Hex color #707F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F80 is #8F807F. Grayscale: #7A7A7A. Windows color (decimal): -9404544 or 8421232. OLE color: 8421232.

HSL color Cylindrical-coordinate representation of color #707F80: hue angle of 183.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707F80 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB112127128-
CMYK0.120.0100.50
HSL183.75º6.67%47.06%-
HSV(B)183.75º12.5%50.2%-
XYZ18.1720.1823.36-
YUV122.63131.03120.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=30.52%
G=34.60%
B=34.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121271280.120.0100.50183.756.6747.06
Hex707F80C1032b872f
Octal160177200141062270757
Binary111000011111111000000011001011001010111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707F80; }

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

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

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

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

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

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

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

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