Html Css Color HEX #50745F Como

📋 copy color: '#50745F'

red 80 ◦ green 116 ◦ blue 95

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

Shades of Como #50745F

Tints of Como #50745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 27.49%
G = 39.86%
B = 32.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#50745F (or 0x50745F) is known color: Como. HEX triplet: 50, 74 and 5F. RGB value is (80,116,95). Sum of RGB (Red+Green+Blue) = 80+116+95=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #50745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745F is #AF8BA0. Grayscale: #666666. Windows color (decimal): -11504545 or 6255696. OLE color: 6255696.

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

Color convert

RGB 80 116 95 -
CMYK 0.31 0 0.18 0.55
HSL 145º 0.18% 0.38% -
HSV(B) 145º 0.31% 0.45% -
XYZ 11.62 15.02 13.11 -
YUV 102.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 80 116 95 0.31 0 0.18 0.55 145 0.18 0.38
Hex 50 74 5F 1F 0 12 37 91 12 26
Octal 120 164 137 37 0 22 67 221 22 46
Binary 1010000 1110100 1011111 11111 0 10010 110111 10010001 10010 100110

Color Harmonies of #50745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50745F

Black with #50745F

Text Example


Text Example

White with #50745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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