#71969B

Color #71969B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #71969B

Tints of Gothic #71969B

Color information

#71969B (or 0x71969B) is unknown color: approx Gothic. HEX triplet: 71, 96 and 9B. RGB value is (113,150,155). Sum of RGB (Red+Green+Blue) = 113+150+155=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #71969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71969B is #8E6964. Grayscale: #8B8B8B. Windows color (decimal): -9333093 or 10196593. OLE color: 10196593.

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

Color convert

RGB113150155-
CMYK0.270.0300.39
HSL187.14º17.36%52.55%-
HSV(B)187.14º27.1%60.78%-
XYZ23.6327.6935.11-
YUV139.51136.74109.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.03%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=27.03%
G=35.89%
B=37.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131501550.270.0300.39187.1417.3652.55
Hex71969B1B3027bb1135
Octal1612262333330472732165
Binary11100011001011010011011110111101001111011101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71969B;
 }
 .AnyTagClassName
 {
   color: #71969B;
 }
</style>
background-color css

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

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

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

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

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

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