Html Css Color HEX #71959B Gothic

📋 copy color: '#71959B'

red 113 ◦ green 149 ◦ blue 155

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

Shades of Gothic #71959B

Tints of Gothic #71959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 27.1%
G = 35.73%
B = 37.17%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71959B (or 0x71959B) is known color: Gothic. HEX triplet: 71, 95 and 9B. RGB value is (113,149,155). Sum of RGB (Red+Green+Blue) = 113+149+155=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #71959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71959B is #8E6A64. Grayscale: #8A8A8A. Windows color (decimal): -9333349 or 10196337. OLE color: 10196337.

HSL color Cylindrical-coordinate representation of color #71959B: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71959B is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 149 155 -
CMYK 0.27 0.04 0 0.39
HSL 188.57º 0.17% 0.53% -
HSV(B) 188.57º 0.27% 0.61% -
XYZ 23.47 27.37 35.06 -
YUV 138.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 113 149 155 0.27 0.04 0 0.39 188.57 0.17 0.53
Hex 71 95 9B 1B 4 0 27 BD 11 35
Octal 161 225 233 33 4 0 47 275 21 65
Binary 1110001 10010101 10011011 11011 100 0 100111 10111101 10001 110101

Color Harmonies of #71959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71959B

Black with #71959B

Text Example


Text Example

White with #71959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,149,155); }

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

background-color css

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

 a { background-color: rgb(113,149,155); }

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

border-color css

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

 span { border-color: rgb(113,149,155); }

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