#737E83

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

Shades of Regent Grey #737E83

Tints of Regent Grey #737E83

Color information

#737E83 (or 0x737E83) is unknown color: approx Regent Grey. HEX triplet: 73, 7E and 83. RGB value is (115,126,131). Sum of RGB (Red+Green+Blue) = 115+126+131=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 131 - color contains mainly: blue. Hex color #737E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E83 is #8C817C. Grayscale: #7B7B7B. Windows color (decimal): -9208189 or 8617587. OLE color: 8617587.

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

Color convert

RGB115126131-
CMYK0.120.0400.49
HSL198.75º6.5%48.24%-
HSV(B)198.75º12.21%51.37%-
XYZ18.6320.2124.39-
YUV123.28132.36122.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=30.91%
G=33.87%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151261310.120.0400.49198.756.548.24
Hex737E83C4031c7730
Octal163176203144061307760
Binary11100111111110100000111100100011000111000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,126,131); }

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

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

 a { background-color: rgb(115,126,131); }

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

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

 span { border-color: rgb(115,126,131); }

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