#71969D

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

Shades of Gothic #71969D

Tints of Gothic #71969D

Color information

#71969D (or 0x71969D) is unknown color: approx Gothic. HEX triplet: 71, 96 and 9D. RGB value is (113,150,157). Sum of RGB (Red+Green+Blue) = 113+150+157=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #71969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71969D is #8E6962. Grayscale: #8B8B8B. Windows color (decimal): -9333091 or 10327665. OLE color: 10327665.

HSL color Cylindrical-coordinate representation of color #71969D: hue angle of 189.55º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71969D is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113150157-
CMYK0.280.0400.38
HSL189.55º18.33%52.94%-
HSV(B)189.55º28.03%61.57%-
XYZ23.827.7636-
YUV139.73137.74108.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=26.90%
G=35.71%
B=37.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131501570.280.0400.38189.5518.3352.94
Hex71969D1C4026be1235
Octal1612262353440462762265
Binary111000110010110100111011110010001001101011111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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