#727A7C

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

Shades of Blue Bayoux #727A7C

Tints of Blue Bayoux #727A7C

Color information

#727A7C (or 0x727A7C) is unknown color: approx Blue Bayoux. HEX triplet: 72, 7A and 7C. RGB value is (114,122,124). Sum of RGB (Red+Green+Blue) = 114+122+124=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #727A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A7C is #8D8583. Grayscale: #777777. Windows color (decimal): -9274756 or 8157810. OLE color: 8157810.

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

Color convert

RGB114122124-
CMYK0.080.0200.51
HSL192º4.2%46.67%-
HSV(B)192º8.06%48.63%-
XYZ17.5418.9521.8-
YUV119.84130.35123.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=31.67%
G=33.89%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141221240.080.0200.511924.246.67
Hex727A7C82033c042f
Octal162172174102063300457
Binary111001011110101111100100010011001111000000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A7C; }

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

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

<style>
 a { background-color: #727A7C; }

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

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

<style>
 span { border-color: #727A7C; }

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

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