#75898B

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

Shades of Gothic #75898B

Tints of Gothic #75898B

Color information

#75898B (or 0x75898B) is unknown color: approx Gothic. HEX triplet: 75, 89 and 8B. RGB value is (117,137,139). Sum of RGB (Red+Green+Blue) = 117+137+139=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #75898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75898B is #8A7674. Grayscale: #838383. Windows color (decimal): -9074293 or 9144693. OLE color: 9144693.

HSL color Cylindrical-coordinate representation of color #75898B: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75898B is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117137139-
CMYK0.160.0100.45
HSL185.45º8.66%50.2%-
HSV(B)185.45º15.83%54.51%-
XYZ20.9423.5427.87-
YUV131.25132.37117.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=29.77%
G=34.86%
B=35.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171371390.160.0100.45185.458.6650.2
Hex75898B10102Db9932
Octal1652112132010552711162
Binary111010110001001100010111000010101101101110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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