#73797E

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

Shades of Raven #73797E

Tints of Raven #73797E

Color information

#73797E (or 0x73797E) is unknown color: approx Raven. HEX triplet: 73, 79 and 7E. RGB value is (115,121,126). Sum of RGB (Red+Green+Blue) = 115+121+126=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 126 - color contains mainly: blue. Hex color #73797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73797E is #8C8681. Grayscale: #777777. Windows color (decimal): -9209474 or 8288627. OLE color: 8288627.

HSL color Cylindrical-coordinate representation of color #73797E: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73797E is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB115121126-
CMYK0.090.0400.51
HSL207.27º4.56%47.25%-
HSV(B)207.27º8.73%49.41%-
XYZ17.6718.8322.44-
YUV119.78131.51124.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=31.77%
G=33.43%
B=34.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151211260.090.0400.51207.274.5647.25
Hex73797E94033cf52f
Octal163171176114063317557
Binary1110011111100111111101001100011001111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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