#74898D

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

Shades of Gothic #74898D

Tints of Gothic #74898D

Color information

#74898D (or 0x74898D) is unknown color: approx Gothic. HEX triplet: 74, 89 and 8D. RGB value is (116,137,141). Sum of RGB (Red+Green+Blue) = 116+137+141=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #74898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74898D is #8B7672. Grayscale: #838383. Windows color (decimal): -9139827 or 9275764. OLE color: 9275764.

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

Color convert

RGB116137141-
CMYK0.180.0300.45
HSL189.6º9.88%50.39%-
HSV(B)189.6º17.73%55.29%-
XYZ20.9623.5328.64-
YUV131.18133.54117.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=29.44%
G=34.77%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161371410.180.0300.45189.69.8850.39
Hex74898D12302Dbea32
Octal1642112152230552761262
Binary1110100100010011000110110010110101101101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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