Html Css Color HEX #71878F Gothic

📋 copy color: '#71878F'

red 113 ◦ green 135 ◦ blue 143

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

Shades of Gothic #71878F

Tints of Gothic #71878F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 28.9%
G = 34.53%
B = 36.57%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71878F (or 0x71878F) is known color: Gothic. HEX triplet: 71, 87 and 8F. RGB value is (113,135,143). Sum of RGB (Red+Green+Blue) = 113+135+143=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 143 - color contains mainly: blue. Hex color #71878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71878F is #8E7870. Grayscale: #818181. Windows color (decimal): -9336945 or 9406321. OLE color: 9406321.

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

Color convert

RGB 113 135 143 -
CMYK 0.21 0.06 0 0.44
HSL 196º 0.12% 0.5% -
HSV(B) 196º 0.21% 0.56% -
XYZ 20.43 22.82 29.31 -
YUV 129.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 113 135 143 0.21 0.06 0 0.44 196 0.12 0.5
Hex 71 87 8F 15 6 0 2C C4 C 32
Octal 161 207 217 25 6 0 54 304 14 62
Binary 1110001 10000111 10001111 10101 110 0 101100 11000100 1100 110010

Color Harmonies of #71878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71878F

Black with #71878F

Text Example


Text Example

White with #71878F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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