Html Css Color HEX #71878E Gothic

📋 copy color: '#71878E'

red 113 ◦ green 135 ◦ blue 142

#71878E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #71878E

Tints of Gothic #71878E

RGB

 RED value IS 113 (44.53% from 255) = 28.97%

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 28.97%
G = 34.62%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71878E (or 0x71878E) is known color: Gothic. HEX triplet: 71, 87 and 8E. RGB value is (113,135,142). Sum of RGB (Red+Green+Blue) = 113+135+142=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #71878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71878E is #8E7871. Grayscale: #818181. Windows color (decimal): -9336946 or 9340785. OLE color: 9340785.

HSL color Cylindrical-coordinate representation of color #71878E: hue angle of 194.48º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71878E is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 135 142 -
CMYK 0.20 0.05 0 0.44
HSL 194.48º 0.11% 0.5% -
HSV(B) 194.48º 0.2% 0.56% -
XYZ 20.36 22.79 28.92 -
YUV 129.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 113 135 142 0.20 0.05 0 0.44 194.48 0.11 0.5
Hex 71 87 8E 14 5 0 2C C2 B 32
Octal 161 207 216 24 5 0 54 302 13 62
Binary 1110001 10000111 10001110 10100 101 0 101100 11000010 1011 110010

Color Harmonies of #71878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71878E

Black with #71878E

Text Example


Text Example

White with #71878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71878E;
 }
 .AnyTagClassName
 {
   color: #71878E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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