#71888F

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

Shades of Gothic #71888F

Tints of Gothic #71888F

Color information

#71888F (or 0x71888F) is unknown color: approx Gothic. HEX triplet: 71, 88 and 8F. RGB value is (113,136,143). Sum of RGB (Red+Green+Blue) = 113+136+143=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #71888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71888F is #8E7770. Grayscale: #818181. Windows color (decimal): -9336689 or 9406577. OLE color: 9406577.

HSL color Cylindrical-coordinate representation of color #71888F: hue angle of 194º 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 #71888F is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113136143-
CMYK0.210.0500.44
HSL194º11.81%50.2%-
HSV(B)194º20.98%56.08%-
XYZ20.5723.129.36-
YUV129.92135.38115.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=28.83%
G=34.69%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131361430.210.0500.4419411.8150.2
Hex71888F15502Cc2c32
Octal1612102172550543021462
Binary11100011000100010001111101011010101100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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