Html Css Color HEX #71868C Gothic

📋 copy color: '#71868C'

red 113 ◦ green 134 ◦ blue 140

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

Shades of Gothic #71868C

Tints of Gothic #71868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 29.2%
G = 34.63%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71868C (or 0x71868C) is known color: Gothic. HEX triplet: 71, 86 and 8C. RGB value is (113,134,140). Sum of RGB (Red+Green+Blue) = 113+134+140=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #71868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71868C is #8E7973. Grayscale: #808080. Windows color (decimal): -9337204 or 9209457. OLE color: 9209457.

HSL color Cylindrical-coordinate representation of color #71868C: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71868C is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 134 140 -
CMYK 0.19 0.04 0 0.45
HSL 193.33º 0.11% 0.5% -
HSV(B) 193.33º 0.19% 0.55% -
XYZ 20.07 22.45 28.09 -
YUV 128.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 113 134 140 0.19 0.04 0 0.45 193.33 0.11 0.5
Hex 71 86 8C 13 4 0 2D C1 B 32
Octal 161 206 214 23 4 0 55 301 13 62
Binary 1110001 10000110 10001100 10011 100 0 101101 11000001 1011 110010

Color Harmonies of #71868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71868C

Black with #71868C

Text Example


Text Example

White with #71868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71868C; }

 p { color: rgb(113,134,140); }

 H1.HeaderClassName
 {
   color: #71868C;
 }
 .AnyTagClassName
 {
   color: #71868C;
 }
</style>

background-color css

<style>
 a { background-color: #71868C; }

 a { background-color: rgb(113,134,140); }

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

border-color css

<style>
 span { border-color: #71868C; }

 span { border-color: rgb(113,134,140); }

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