#71868F

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

Shades of Regent Grey #71868F

Tints of Regent Grey #71868F

Color information

#71868F (or 0x71868F) is unknown color: approx Regent Grey. HEX triplet: 71, 86 and 8F. RGB value is (113,134,143). Sum of RGB (Red+Green+Blue) = 113+134+143=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 143 - color contains mainly: blue. Hex color #71868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71868F is #8E7970. Grayscale: #808080. Windows color (decimal): -9337201 or 9406065. OLE color: 9406065.

HSL color Cylindrical-coordinate representation of color #71868F: hue angle of 198º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71868F is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113134143-
CMYK0.210.0600.44
HSL198º11.81%50.2%-
HSV(B)198º20.98%56.08%-
XYZ20.2922.5429.27-
YUV128.75136.04116.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=28.97%
G=34.36%
B=36.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131341430.210.0600.4419811.8150.2
Hex71868F15602Cc6c32
Octal1612062172560543061462
Binary11100011000011010001111101011100101100110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71868F; }

 p { color: rgb(113,134,143); }

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

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

 a { background-color: rgb(113,134,143); }

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

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

 span { border-color: rgb(113,134,143); }

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