#738182

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

Shades of Regent Grey #738182

Tints of Regent Grey #738182

Color information

#738182 (or 0x738182) is unknown color: approx Regent Grey. HEX triplet: 73, 81 and 82. RGB value is (115,129,130). Sum of RGB (Red+Green+Blue) = 115+129+130=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 130 - color contains mainly: blue. Hex color #738182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738182 is #8C7E7D. Grayscale: #7C7C7C. Windows color (decimal): -9207422 or 8552819. OLE color: 8552819.

HSL color Cylindrical-coordinate representation of color #738182: hue angle of 184º degrees, saturation: 0.06, 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 #738182 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115129130-
CMYK0.120.0100.49
HSL184º6.12%48.04%-
HSV(B)184º11.54%50.98%-
XYZ18.9520.9624.17-
YUV124.93130.86120.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=30.75%
G=34.49%
B=34.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291300.120.0100.491846.1248.04
Hex738182C1031b8630
Octal163201202141061270660
Binary1110011100000011000001011001011000110111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738182; }

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

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

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

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

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

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

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

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