#72787A

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

Shades of Blue Bayoux #72787A

Tints of Blue Bayoux #72787A

Color information

#72787A (or 0x72787A) is unknown color: approx Blue Bayoux. HEX triplet: 72, 78 and 7A. RGB value is (114,120,122). Sum of RGB (Red+Green+Blue) = 114+120+122=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 122 - color contains mainly: blue. Hex color #72787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72787A is #8D8785. Grayscale: #767676. Windows color (decimal): -9275270 or 8026226. OLE color: 8026226.

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

Color convert

RGB114120122-
CMYK0.070.0200.52
HSL195º3.39%46.27%-
HSV(B)195º6.56%47.84%-
XYZ17.1718.4221.06-
YUV118.43130.01124.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=32.02%
G=33.71%
B=34.27%

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
Decimal1141201220.070.0200.521953.3946.27
Hex72787A72034c332e
Octal16217017272064303356
Binary1110010111100011110101111001101001100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,120,122); }

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

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

 a { background-color: rgb(114,120,122); }

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

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

 span { border-color: rgb(114,120,122); }

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