Html Css Color HEX #727A7D Blue Bayoux

📋 copy color: '#727A7D'

red 114 ◦ green 122 ◦ blue 125

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

Shades of Blue Bayoux #727A7D

Tints of Blue Bayoux #727A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 31.58%
G = 33.8%
B = 34.63%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#727A7D (or 0x727A7D) is known color: Blue Bayoux. HEX triplet: 72, 7A and 7D. RGB value is (114,122,125). Sum of RGB (Red+Green+Blue) = 114+122+125=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 125 - color contains mainly: blue. Hex color #727A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A7D is #8D8582. Grayscale: #777777. Windows color (decimal): -9274755 or 8223346. OLE color: 8223346.

HSL color Cylindrical-coordinate representation of color #727A7D: hue angle of 196.36º 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 #727A7D is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 122 125 -
CMYK 0.09 0.02 0 0.51
HSL 196.36º 0.05% 0.47% -
HSV(B) 196.36º 0.09% 0.49% -
XYZ 17.6 18.98 22.14 -
YUV 119.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 114 122 125 0.09 0.02 0 0.51 196.36 0.05 0.47
Hex 72 7A 7D 9 2 0 33 C4 5 2F
Octal 162 172 175 11 2 0 63 304 5 57
Binary 1110010 1111010 1111101 1001 10 0 110011 11000100 101 101111

Color Harmonies of #727A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A7D

Black with #727A7D

Text Example


Text Example

White with #727A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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