#74868A

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

Shades of Regent Grey #74868A

Tints of Regent Grey #74868A

Color information

#74868A (or 0x74868A) is unknown color: approx Regent Grey. HEX triplet: 74, 86 and 8A. RGB value is (116,134,138). Sum of RGB (Red+Green+Blue) = 116+134+138=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #74868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74868A is #8B7975. Grayscale: #818181. Windows color (decimal): -9140598 or 9078388. OLE color: 9078388.

HSL color Cylindrical-coordinate representation of color #74868A: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74868A is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB116134138-
CMYK0.160.0300.46
HSL190.91º8.66%49.8%-
HSV(B)190.91º15.94%54.12%-
XYZ20.3222.627.34-
YUV129.07133.04118.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=29.90%
G=34.54%
B=35.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161341380.160.0300.46190.918.6649.8
Hex74868A10302Ebf932
Octal1642062122030562771162
Binary1110100100001101000101010000110101110101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74868A; }

 p { color: rgb(116,134,138); }

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

<style>
 a { background-color: #74868A; }

 a { background-color: rgb(116,134,138); }

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

<style>
 span { border-color: #74868A; }

 span { border-color: rgb(116,134,138); }

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