Html Css Color HEX #50746F William

📋 copy color: '#50746F'

red 80 ◦ green 116 ◦ blue 111

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

Shades of William #50746F

Tints of William #50746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 26.06%
G = 37.79%
B = 36.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#50746F (or 0x50746F) is known color: William. HEX triplet: 50, 74 and 6F. RGB value is (80,116,111). Sum of RGB (Red+Green+Blue) = 80+116+111=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #50746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50746F is #AF8B90. Grayscale: #686868. Windows color (decimal): -11504529 or 7304272. OLE color: 7304272.

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

Color convert

RGB 80 116 111 -
CMYK 0.31 0 0.04 0.55
HSL 171.67º 0.18% 0.38% -
HSV(B) 171.67º 0.31% 0.45% -
XYZ 12.42 15.34 17.35 -
YUV 104.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 80 116 111 0.31 0 0.04 0.55 171.67 0.18 0.38
Hex 50 74 6F 1F 0 4 37 AC 12 26
Octal 120 164 157 37 0 4 67 254 22 46
Binary 1010000 1110100 1101111 11111 0 100 110111 10101100 10010 100110

Color Harmonies of #50746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50746F

Black with #50746F

Text Example


Text Example

White with #50746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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