#74858C

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

Shades of Regent Grey #74858C

Tints of Regent Grey #74858C

Color information

#74858C (or 0x74858C) is unknown color: approx Regent Grey. HEX triplet: 74, 85 and 8C. RGB value is (116,133,140). Sum of RGB (Red+Green+Blue) = 116+133+140=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #74858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74858C is #8B7A73. Grayscale: #808080. Windows color (decimal): -9140852 or 9209204. OLE color: 9209204.

HSL color Cylindrical-coordinate representation of color #74858C: hue angle of 197.5º 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 #74858C is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116133140-
CMYK0.170.0500.45
HSL197.5º9.45%50.2%-
HSV(B)197.5º17.14%54.9%-
XYZ20.3222.3828.06-
YUV128.72134.37118.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=29.82%
G=34.19%
B=35.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161331400.170.0500.45197.59.4550.2
Hex74858C11502Dc5932
Octal1642052142150553051162
Binary11101001000010110001100100011010101101110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74858C; }

 p { color: rgb(116,133,140); }

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

<style>
 a { background-color: #74858C; }

 a { background-color: rgb(116,133,140); }

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

<style>
 span { border-color: #74858C; }

 span { border-color: rgb(116,133,140); }

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