Html Css Color HEX #71898E Gothic

📋 copy color: '#71898E'

red 113 ◦ green 137 ◦ blue 142

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

Shades of Gothic #71898E

Tints of Gothic #71898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 28.83%
G = 34.95%
B = 36.22%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71898E (or 0x71898E) is known color: Gothic. HEX triplet: 71, 89 and 8E. RGB value is (113,137,142). Sum of RGB (Red+Green+Blue) = 113+137+142=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #71898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71898E is #8E7671. Grayscale: #828282. Windows color (decimal): -9336434 or 9341297. OLE color: 9341297.

HSL color Cylindrical-coordinate representation of color #71898E: hue angle of 190.34º 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 #71898E is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 137 142 -
CMYK 0.20 0.04 0 0.44
HSL 190.34º 0.11% 0.5% -
HSV(B) 190.34º 0.2% 0.56% -
XYZ 20.64 23.36 29.01 -
YUV 130.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 113 137 142 0.20 0.04 0 0.44 190.34 0.11 0.5
Hex 71 89 8E 14 4 0 2C BE B 32
Octal 161 211 216 24 4 0 54 276 13 62
Binary 1110001 10001001 10001110 10100 100 0 101100 10111110 1011 110010

Color Harmonies of #71898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71898E

Black with #71898E

Text Example


Text Example

White with #71898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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