#707F84

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

Shades of Regent Grey #707F84

Tints of Regent Grey #707F84

Color information

#707F84 (or 0x707F84) is unknown color: approx Regent Grey. HEX triplet: 70, 7F and 84. RGB value is (112,127,132). Sum of RGB (Red+Green+Blue) = 112+127+132=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #707F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F84 is #8F807B. Grayscale: #7B7B7B. Windows color (decimal): -9404540 or 8683376. OLE color: 8683376.

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

Color convert

RGB112127132-
CMYK0.150.0400.48
HSL195º8.2%47.84%-
HSV(B)195º15.15%51.76%-
XYZ18.4420.2924.77-
YUV123.08133.03120.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=30.19%
G=34.23%
B=35.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121271320.150.0400.481958.247.84
Hex707F84F4030c3830
Octal1601772041740603031060
Binary111000011111111000010011111000110000110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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