#758F94

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

Shades of Gothic #758F94

Tints of Gothic #758F94

Color information

#758F94 (or 0x758F94) is unknown color: approx Gothic. HEX triplet: 75, 8F and 94. RGB value is (117,143,148). Sum of RGB (Red+Green+Blue) = 117+143+148=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #758F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F94 is #8A706B. Grayscale: #878787. Windows color (decimal): -9072748 or 9736053. OLE color: 9736053.

HSL color Cylindrical-coordinate representation of color #758F94: hue angle of 189.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758F94 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117143148-
CMYK0.210.0300.42
HSL189.68º12.65%51.96%-
HSV(B)189.68º20.95%58.04%-
XYZ22.525.5631.77-
YUV135.8134.89114.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=28.68%
G=35.05%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171431480.210.0300.42189.6812.6551.96
Hex758F9415302Abed34
Octal1652172242530522761564
Binary1110101100011111001010010101110101010101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,143,148); }

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

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

 a { background-color: rgb(117,143,148); }

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

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

 span { border-color: rgb(117,143,148); }

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