Html Css Color HEX #50726D William

📋 copy color: '#50726D'

red 80 ◦ green 114 ◦ blue 109

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

Shades of William #50726D

Tints of William #50726D

RGB

 RED value IS 80 (31.64% from 255) = 26.4%

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 26.4%
G = 37.62%
B = 35.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#50726D (or 0x50726D) is known color: William. HEX triplet: 50, 72 and 6D. RGB value is (80,114,109). Sum of RGB (Red+Green+Blue) = 80+114+109=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #50726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726D is #AF8D92. Grayscale: #676767. Windows color (decimal): -11505043 or 7172688. OLE color: 7172688.

HSL color Cylindrical-coordinate representation of color #50726D: hue angle of 171.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50726D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 109 -
CMYK 0.30 0 0.04 0.55
HSL 171.18º 0.18% 0.38% -
HSV(B) 171.18º 0.3% 0.45% -
XYZ 12.09 14.84 16.7 -
YUV 103.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 80 114 109 0.30 0 0.04 0.55 171.18 0.18 0.38
Hex 50 72 6D 1E 0 4 37 AB 12 26
Octal 120 162 155 36 0 4 67 253 22 46
Binary 1010000 1110010 1101101 11110 0 100 110111 10101011 10010 100110

Color Harmonies of #50726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50726D

Black with #50726D

Text Example


Text Example

White with #50726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50726D; }

 p { color: rgb(80,114,109); }

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

background-color css

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

 a { background-color: rgb(80,114,109); }

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

border-color css

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

 span { border-color: rgb(80,114,109); }

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