Html Css Color HEX #50726F William

📋 copy color: '#50726F'

red 80 ◦ green 114 ◦ blue 111

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

Shades of William #50726F

Tints of William #50726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 26.23%
G = 37.38%
B = 36.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#50726F (or 0x50726F) is known color: William. HEX triplet: 50, 72 and 6F. RGB value is (80,114,111). Sum of RGB (Red+Green+Blue) = 80+114+111=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #50726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726F is #AF8D90. Grayscale: #676767. Windows color (decimal): -11505041 or 7303760. OLE color: 7303760.

HSL color Cylindrical-coordinate representation of color #50726F: hue angle of 174.71º 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 #50726F is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 111 -
CMYK 0.30 0 0.03 0.55
HSL 174.71º 0.18% 0.38% -
HSV(B) 174.71º 0.3% 0.45% -
XYZ 12.19 14.89 17.27 -
YUV 103.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 80 114 111 0.30 0 0.03 0.55 174.71 0.18 0.38
Hex 50 72 6F 1E 0 3 37 AF 12 26
Octal 120 162 157 36 0 3 67 257 22 46
Binary 1010000 1110010 1101111 11110 0 11 110111 10101111 10010 100110

Color Harmonies of #50726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50726F

Black with #50726F

Text Example


Text Example

White with #50726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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