#737B7C

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

Shades of Regent Grey #737B7C

Tints of Regent Grey #737B7C

Color information

#737B7C (or 0x737B7C) is unknown color: approx Regent Grey. HEX triplet: 73, 7B and 7C. RGB value is (115,123,124). Sum of RGB (Red+Green+Blue) = 115+123+124=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #737B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737B7C is #8C8483. Grayscale: #787878. Windows color (decimal): -9208964 or 8158067. OLE color: 8158067.

HSL color Cylindrical-coordinate representation of color #737B7C: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #737B7C is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB115123124-
CMYK0.070.0100.51
HSL186.67º3.77%46.86%-
HSV(B)186.67º7.26%48.63%-
XYZ17.7919.2721.85-
YUV120.72129.85123.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=31.77%
G=33.98%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151231240.070.0100.51186.673.7746.86
Hex737B7C71033bb42f
Octal16317317471063273457
Binary1110011111101111111001111011001110111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737B7C; }

 p { color: rgb(115,123,124); }

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

<style>
 a { background-color: #737B7C; }

 a { background-color: rgb(115,123,124); }

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

<style>
 span { border-color: #737B7C; }

 span { border-color: rgb(115,123,124); }

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