#71878A

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

Shades of Gothic #71878A

Tints of Gothic #71878A

Color information

#71878A (or 0x71878A) is unknown color: approx Gothic. HEX triplet: 71, 87 and 8A. RGB value is (113,135,138). Sum of RGB (Red+Green+Blue) = 113+135+138=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #71878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71878A is #8E7875. Grayscale: #808080. Windows color (decimal): -9336950 or 9078641. OLE color: 9078641.

HSL color Cylindrical-coordinate representation of color #71878A: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71878A is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113135138-
CMYK0.180.0200.46
HSL187.2º9.96%49.22%-
HSV(B)187.2º18.12%54.12%-
XYZ20.0622.6727.36-
YUV128.76133.21116.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=29.27%
G=34.97%
B=35.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131351380.180.0200.46187.29.9649.22
Hex71878A12202Ebba31
Octal1612072122220562731261
Binary1110001100001111000101010010100101110101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71878A; }

 p { color: rgb(113,135,138); }

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

<style>
 a { background-color: #71878A; }

 a { background-color: rgb(113,135,138); }

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

<style>
 span { border-color: #71878A; }

 span { border-color: rgb(113,135,138); }

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