#758B91

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

Shades of Gothic #758B91

Tints of Gothic #758B91

Color information

#758B91 (or 0x758B91) is unknown color: approx Gothic. HEX triplet: 75, 8B and 91. RGB value is (117,139,145). Sum of RGB (Red+Green+Blue) = 117+139+145=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #758B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B91 is #8A746E. Grayscale: #858585. Windows color (decimal): -9073775 or 9538421. OLE color: 9538421.

HSL color Cylindrical-coordinate representation of color #758B91: hue angle of 192.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758B91 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117139145-
CMYK0.190.0400.43
HSL192.86º11.29%51.37%-
HSV(B)192.86º19.31%56.86%-
XYZ21.6824.2930.33-
YUV133.11134.71116.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=29.18%
G=34.66%
B=36.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171391450.190.0400.43192.8611.2951.37
Hex758B9113402Bc1b33
Octal1652132212340533011363
Binary11101011000101110010001100111000101011110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B91; }

 p { color: rgb(117,139,145); }

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

<style>
 a { background-color: #758B91; }

 a { background-color: rgb(117,139,145); }

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

<style>
 span { border-color: #758B91; }

 span { border-color: rgb(117,139,145); }

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