Html Css Color HEX #50756F William

📋 copy color: '#50756F'

red 80 ◦ green 117 ◦ blue 111

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

Shades of William #50756F

Tints of William #50756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

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

R = 25.97%
G = 37.99%
B = 36.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#50756F (or 0x50756F) is known color: William. HEX triplet: 50, 75 and 6F. RGB value is (80,117,111). Sum of RGB (Red+Green+Blue) = 80+117+111=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #50756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756F is #AF8A90. Grayscale: #696969. Windows color (decimal): -11504273 or 7304528. OLE color: 7304528.

HSL color Cylindrical-coordinate representation of color #50756F: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50756F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 111 -
CMYK 0.32 0 0.05 0.54
HSL 170.27º 0.19% 0.39% -
HSV(B) 170.27º 0.32% 0.46% -
XYZ 12.54 15.58 17.38 -
YUV 105.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 80 117 111 0.32 0 0.05 0.54 170.27 0.19 0.39
Hex 50 75 6F 20 0 5 36 AA 13 27
Octal 120 165 157 40 0 5 66 252 23 47
Binary 1010000 1110101 1101111 100000 0 101 110110 10101010 10011 100111

Color Harmonies of #50756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50756F

Black with #50756F

Text Example


Text Example

White with #50756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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