#73797B

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

Shades of Blue Bayoux #73797B

Tints of Blue Bayoux #73797B

Color information

#73797B (or 0x73797B) is unknown color: approx Blue Bayoux. HEX triplet: 73, 79 and 7B. RGB value is (115,121,123). Sum of RGB (Red+Green+Blue) = 115+121+123=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #73797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73797B is #8C8684. Grayscale: #777777. Windows color (decimal): -9209477 or 8092019. OLE color: 8092019.

HSL color Cylindrical-coordinate representation of color #73797B: hue angle of 195º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73797B is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB115121123-
CMYK0.070.0200.52
HSL195º3.36%46.67%-
HSV(B)195º6.5%48.24%-
XYZ17.4818.7521.44-
YUV119.43130.01124.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=32.03%
G=33.70%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151211230.070.0200.521953.3646.67
Hex73797B72034c332f
Octal16317117372064303357
Binary1110011111100111110111111001101001100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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