#74898E

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

Shades of Regent Grey #74898E

Tints of Regent Grey #74898E

Color information

#74898E (or 0x74898E) is unknown color: approx Regent Grey. HEX triplet: 74, 89 and 8E. RGB value is (116,137,142). Sum of RGB (Red+Green+Blue) = 116+137+142=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #74898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74898E is #8B7671. Grayscale: #838383. Windows color (decimal): -9139826 or 9341300. OLE color: 9341300.

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

Color convert

RGB116137142-
CMYK0.180.0400.44
HSL191.54º10.32%50.59%-
HSV(B)191.54º18.31%55.69%-
XYZ21.0323.5629.03-
YUV131.29134.04117.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=29.37%
G=34.68%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161371420.180.0400.44191.5410.3250.59
Hex74898E12402Cc0a33
Octal1642112162240543001263
Binary11101001000100110001110100101000101100110000001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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