#758C91

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

Shades of Gothic #758C91

Tints of Gothic #758C91

Color information

#758C91 (or 0x758C91) is unknown color: approx Gothic. HEX triplet: 75, 8C and 91. RGB value is (117,140,145). Sum of RGB (Red+Green+Blue) = 117+140+145=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #758C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C91 is #8A736E. Grayscale: #858585. Windows color (decimal): -9073519 or 9538677. OLE color: 9538677.

HSL color Cylindrical-coordinate representation of color #758C91: hue angle of 190.71º 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 #758C91 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117140145-
CMYK0.190.0300.43
HSL190.71º11.29%51.37%-
HSV(B)190.71º19.31%56.86%-
XYZ21.8324.5830.38-
YUV133.69134.38116.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=29.10%
G=34.83%
B=36.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171401450.190.0300.43190.7111.2951.37
Hex758C9113302Bbfb33
Octal1652142212330532771363
Binary1110101100011001001000110011110101011101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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