#737D81

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

Shades of Regent Grey #737D81

Tints of Regent Grey #737D81

Color information

#737D81 (or 0x737D81) is unknown color: approx Regent Grey. HEX triplet: 73, 7D and 81. RGB value is (115,125,129). Sum of RGB (Red+Green+Blue) = 115+125+129=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 129 - color contains mainly: blue. Hex color #737D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D81 is #8C827E. Grayscale: #7A7A7A. Windows color (decimal): -9208447 or 8486259. OLE color: 8486259.

HSL color Cylindrical-coordinate representation of color #737D81: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737D81 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115125129-
CMYK0.110.0300.49
HSL197.14º5.74%47.84%-
HSV(B)197.14º10.85%50.59%-
XYZ18.3719.923.64-
YUV122.47131.69122.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=31.17%
G=33.88%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151251290.110.0300.49197.145.7447.84
Hex737D81B3031c5630
Octal163175201133061305660
Binary1110011111110110000001101111011000111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,125,129); }

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

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

 a { background-color: rgb(115,125,129); }

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

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

 span { border-color: rgb(115,125,129); }

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