#71888B

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

Shades of Gothic #71888B

Tints of Gothic #71888B

Color information

#71888B (or 0x71888B) is unknown color: approx Gothic. HEX triplet: 71, 88 and 8B. RGB value is (113,136,139). Sum of RGB (Red+Green+Blue) = 113+136+139=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #71888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71888B is #8E7774. Grayscale: #818181. Windows color (decimal): -9336693 or 9144433. OLE color: 9144433.

HSL color Cylindrical-coordinate representation of color #71888B: hue angle of 186.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71888B is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113136139-
CMYK0.190.0200.45
HSL186.92º10.32%49.41%-
HSV(B)186.92º18.71%54.51%-
XYZ20.2722.9827.79-
YUV129.46133.38116.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=29.12%
G=35.05%
B=35.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131361390.190.0200.45186.9210.3249.41
Hex71888B13202Dbba31
Octal1612102132320552731261
Binary1110001100010001000101110011100101101101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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