Html Css Color HEX #727576 Blue Bayoux

📋 copy color: '#727576'

red 114 ◦ green 117 ◦ blue 118

#727576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #727576

Tints of Blue Bayoux #727576

RGB

 RED value IS 114 (44.92% from 255) = 32.66%

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 32.66%
G = 33.52%
B = 33.81%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#727576 (or 0x727576) is known color: Blue Bayoux. HEX triplet: 72, 75 and 76. RGB value is (114,117,118). Sum of RGB (Red+Green+Blue) = 114+117+118=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 118 - color contains mainly: blue. Hex color #727576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727576 is #8D8A89. Grayscale: #747474. Windows color (decimal): -9276042 or 7763314. OLE color: 7763314.

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

Color convert

RGB 114 117 118 -
CMYK 0.03 0.01 0 0.54
HSL 195º 0.02% 0.45% -
HSV(B) 195º 0.03% 0.46% -
XYZ 16.57 17.61 19.66 -
YUV 116.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 114 117 118 0.03 0.01 0 0.54 195 0.02 0.45
Hex 72 75 76 3 1 0 36 C3 2 2D
Octal 162 165 166 3 1 0 66 303 2 55
Binary 1110010 1110101 1110110 11 1 0 110110 11000011 10 101101

Color Harmonies of #727576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727576

Black with #727576

Text Example


Text Example

White with #727576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727576; }

 p { color: rgb(114,117,118); }

 H1.HeaderClassName
 {
   color: #727576;
 }
 .AnyTagClassName
 {
   color: #727576;
 }
</style>

background-color css

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

 a { background-color: rgb(114,117,118); }

 div.DivClassName
 {
   background-color: #727576;
 }
 .BgClassName
 {
   background-color: #727576;
 }
</style>

border-color css

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

 span { border-color: rgb(114,117,118); }

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