#73868E

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

Shades of Regent Grey #73868E

Tints of Regent Grey #73868E

Color information

#73868E (or 0x73868E) is unknown color: approx Regent Grey. HEX triplet: 73, 86 and 8E. RGB value is (115,134,142). Sum of RGB (Red+Green+Blue) = 115+134+142=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #73868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868E is #8C7971. Grayscale: #818181. Windows color (decimal): -9206130 or 9340531. OLE color: 9340531.

HSL color Cylindrical-coordinate representation of color #73868E: hue angle of 197.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73868E is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115134142-
CMYK0.190.0600.44
HSL197.78º10.67%50.39%-
HSV(B)197.78º19.01%55.69%-
XYZ20.4822.6528.88-
YUV129.23135.21117.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=29.41%
G=34.27%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151341420.190.0600.44197.7810.6750.39
Hex73868E13602Cc6b32
Octal1632062162360543061362
Binary11100111000011010001110100111100101100110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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