#74898F

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

Shades of Regent Grey #74898F

Tints of Regent Grey #74898F

Color information

#74898F (or 0x74898F) is unknown color: approx Regent Grey. HEX triplet: 74, 89 and 8F. RGB value is (116,137,143). Sum of RGB (Red+Green+Blue) = 116+137+143=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 143 - color contains mainly: blue. Hex color #74898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74898F is #8B7670. Grayscale: #838383. Windows color (decimal): -9139825 or 9406836. OLE color: 9406836.

HSL color Cylindrical-coordinate representation of color #74898F: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74898F is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116137143-
CMYK0.190.0400.44
HSL193.33º10.76%50.78%-
HSV(B)193.33º18.88%56.08%-
XYZ21.1123.5929.43-
YUV131.4134.54117.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=29.29%
G=34.60%
B=36.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161371430.190.0400.44193.3310.7650.78
Hex74898F13402Cc1b33
Octal1642112172340543011363
Binary11101001000100110001111100111000101100110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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