Html Css Color HEX #72797C Blue Bayoux

📋 copy color: '#72797C'

red 114 ◦ green 121 ◦ blue 124

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

Shades of Blue Bayoux #72797C

Tints of Blue Bayoux #72797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 31.75%
G = 33.7%
B = 34.54%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72797C (or 0x72797C) is known color: Blue Bayoux. HEX triplet: 72, 79 and 7C. RGB value is (114,121,124). Sum of RGB (Red+Green+Blue) = 114+121+124=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #72797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72797C is #8D8683. Grayscale: #777777. Windows color (decimal): -9275012 or 8157554. OLE color: 8157554.

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

Color convert

RGB 114 121 124 -
CMYK 0.08 0.02 0 0.51
HSL 198º 0.04% 0.47% -
HSV(B) 198º 0.08% 0.49% -
XYZ 17.41 18.71 21.76 -
YUV 119.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 114 121 124 0.08 0.02 0 0.51 198 0.04 0.47
Hex 72 79 7C 8 2 0 33 C6 4 2F
Octal 162 171 174 10 2 0 63 306 4 57
Binary 1110010 1111001 1111100 1000 10 0 110011 11000110 100 101111

Color Harmonies of #72797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72797C

Black with #72797C

Text Example


Text Example

White with #72797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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