#74888D

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

Shades of Regent Grey #74888D

Tints of Regent Grey #74888D

Color information

#74888D (or 0x74888D) is unknown color: approx Regent Grey. HEX triplet: 74, 88 and 8D. RGB value is (116,136,141). Sum of RGB (Red+Green+Blue) = 116+136+141=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #74888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74888D is #8B7772. Grayscale: #828282. Windows color (decimal): -9140083 or 9275508. OLE color: 9275508.

HSL color Cylindrical-coordinate representation of color #74888D: hue angle of 192º 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 #74888D is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116136141-
CMYK0.180.0400.45
HSL192º9.88%50.39%-
HSV(B)192º17.73%55.29%-
XYZ20.8123.2428.59-
YUV130.59133.87117.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=29.52%
G=34.61%
B=35.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161361410.180.0400.451929.8850.39
Hex74888D12402Dc0a32
Octal1642102152240553001262
Binary11101001000100010001101100101000101101110000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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