Html Css Color HEX #71878B Gothic

📋 copy color: '#71878B'

red 113 ◦ green 135 ◦ blue 139

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

Shades of Gothic #71878B

Tints of Gothic #71878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 29.2%
G = 34.88%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71878B (or 0x71878B) is known color: Gothic. HEX triplet: 71, 87 and 8B. RGB value is (113,135,139). Sum of RGB (Red+Green+Blue) = 113+135+139=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #71878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71878B is #8E7874. Grayscale: #808080. Windows color (decimal): -9336949 or 9144177. OLE color: 9144177.

HSL color Cylindrical-coordinate representation of color #71878B: hue angle of 189.23º 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 #71878B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 135 139 -
CMYK 0.19 0.03 0 0.45
HSL 189.23º 0.1% 0.49% -
HSV(B) 189.23º 0.19% 0.55% -
XYZ 20.13 22.7 27.75 -
YUV 128.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 113 135 139 0.19 0.03 0 0.45 189.23 0.1 0.49
Hex 71 87 8B 13 3 0 2D BD A 31
Octal 161 207 213 23 3 0 55 275 12 61
Binary 1110001 10000111 10001011 10011 11 0 101101 10111101 1010 110001

Color Harmonies of #71878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71878B

Black with #71878B

Text Example


Text Example

White with #71878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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