#74898B

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

Shades of Gothic #74898B

Tints of Gothic #74898B

Color information

#74898B (or 0x74898B) is unknown color: approx Gothic. HEX triplet: 74, 89 and 8B. RGB value is (116,137,139). Sum of RGB (Red+Green+Blue) = 116+137+139=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #74898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74898B is #8B7674. Grayscale: #828282. Windows color (decimal): -9139829 or 9144692. OLE color: 9144692.

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

Color convert

RGB116137139-
CMYK0.170.0100.45
HSL185.22º9.02%50%-
HSV(B)185.22º16.55%54.51%-
XYZ20.8123.4727.86-
YUV130.95132.54117.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=29.59%
G=34.95%
B=35.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161371390.170.0100.45185.229.0250
Hex74898B11102Db9932
Octal1642112132110552711162
Binary111010010001001100010111000110101101101110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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