#738085

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

Shades of Regent Grey #738085

Tints of Regent Grey #738085

Color information

#738085 (or 0x738085) is unknown color: approx Regent Grey. HEX triplet: 73, 80 and 85. RGB value is (115,128,133). Sum of RGB (Red+Green+Blue) = 115+128+133=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #738085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738085 is #8C7F7A. Grayscale: #7C7C7C. Windows color (decimal): -9207675 or 8749171. OLE color: 8749171.

HSL color Cylindrical-coordinate representation of color #738085: hue angle of 196.67º 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 #738085 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115128133-
CMYK0.140.0400.48
HSL196.67º7.26%48.63%-
HSV(B)196.67º13.53%52.16%-
XYZ19.0220.7825.2-
YUV124.68132.69121.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=30.59%
G=34.04%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151281330.140.0400.48196.677.2648.63
Hex738085E4030c5731
Octal163200205164060305761
Binary111001110000000100001011110100011000011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738085; }

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

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

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

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

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

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

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

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