#718F96

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

Shades of Gothic #718F96

Tints of Gothic #718F96

Color information

#718F96 (or 0x718F96) is unknown color: approx Gothic. HEX triplet: 71, 8F and 96. RGB value is (113,143,150). Sum of RGB (Red+Green+Blue) = 113+143+150=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #718F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F96 is #8E7069. Grayscale: #868686. Windows color (decimal): -9334890 or 9867121. OLE color: 9867121.

HSL color Cylindrical-coordinate representation of color #718F96: hue angle of 191.35º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718F96 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113143150-
CMYK0.250.0500.41
HSL191.35º14.98%51.57%-
HSV(B)191.35º24.67%58.82%-
XYZ22.1425.3632.58-
YUV134.83136.56112.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=27.83%
G=35.22%
B=36.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131431500.250.0500.41191.3514.9851.57
Hex718F96195029bff34
Octal1612172263150512771764
Binary11100011000111110010110110011010101001101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718F96; }

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

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

<style>
 a { background-color: #718F96; }

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

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

<style>
 span { border-color: #718F96; }

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

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