#737F85

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

Shades of Regent Grey #737F85

Tints of Regent Grey #737F85

Color information

#737F85 (or 0x737F85) is unknown color: approx Regent Grey. HEX triplet: 73, 7F and 85. RGB value is (115,127,133). Sum of RGB (Red+Green+Blue) = 115+127+133=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #737F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F85 is #8C807A. Grayscale: #7C7C7C. Windows color (decimal): -9207931 or 8748915. OLE color: 8748915.

HSL color Cylindrical-coordinate representation of color #737F85: hue angle of 200º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737F85 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115127133-
CMYK0.140.0500.48
HSL200º7.26%48.63%-
HSV(B)200º13.53%52.16%-
XYZ18.8920.5225.15-
YUV124.1133.02121.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=30.67%
G=33.87%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151271330.140.0500.482007.2648.63
Hex737F85E5030c8731
Octal163177205165060310761
Binary11100111111111100001011110101011000011001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,127,133); }

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

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

 a { background-color: rgb(115,127,133); }

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

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

 span { border-color: rgb(115,127,133); }

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