#73868A

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

Shades of Regent Grey #73868A

Tints of Regent Grey #73868A

Color information

#73868A (or 0x73868A) is unknown color: approx Regent Grey. HEX triplet: 73, 86 and 8A. RGB value is (115,134,138). Sum of RGB (Red+Green+Blue) = 115+134+138=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #73868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868A is #8C7975. Grayscale: #808080. Windows color (decimal): -9206134 or 9078387. OLE color: 9078387.

HSL color Cylindrical-coordinate representation of color #73868A: hue angle of 190.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73868A is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115134138-
CMYK0.170.0300.46
HSL190.43º9.09%49.61%-
HSV(B)190.43º16.67%54.12%-
XYZ20.1822.5327.33-
YUV128.78133.21118.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=29.72%
G=34.63%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151341380.170.0300.46190.439.0949.61
Hex73868A11302Ebe932
Octal1632062122130562761162
Binary1110011100001101000101010001110101110101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73868A; }

 p { color: rgb(115,134,138); }

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

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

 a { background-color: rgb(115,134,138); }

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

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

 span { border-color: rgb(115,134,138); }

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