Html Css Color HEX #50765E Como

📋 copy color: '#50765E'

red 80 ◦ green 118 ◦ blue 94

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

Shades of Como #50765E

Tints of Como #50765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 27.4%
G = 40.41%
B = 32.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#50765E (or 0x50765E) is known color: Como. HEX triplet: 50, 76 and 5E. RGB value is (80,118,94). Sum of RGB (Red+Green+Blue) = 80+118+94=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #50765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50765E is #AF89A1. Grayscale: #676767. Windows color (decimal): -11504034 or 6190672. OLE color: 6190672.

HSL color Cylindrical-coordinate representation of color #50765E: hue angle of 142.11º 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 #50765E is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 94 -
CMYK 0.32 0 0.20 0.54
HSL 142.11º 0.19% 0.39% -
HSV(B) 142.11º 0.32% 0.46% -
XYZ 11.81 15.47 12.95 -
YUV 103.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 80 118 94 0.32 0 0.20 0.54 142.11 0.19 0.39
Hex 50 76 5E 20 0 14 36 8E 13 27
Octal 120 166 136 40 0 24 66 216 23 47
Binary 1010000 1110110 1011110 100000 0 10100 110110 10001110 10011 100111

Color Harmonies of #50765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50765E

Black with #50765E

Text Example


Text Example

White with #50765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50765E; }

 p { color: rgb(80,118,94); }

 H1.HeaderClassName
 {
   color: #50765E;
 }
 .AnyTagClassName
 {
   color: #50765E;
 }
</style>

background-color css

<style>
 a { background-color: #50765E; }

 a { background-color: rgb(80,118,94); }

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

border-color css

<style>
 span { border-color: #50765E; }

 span { border-color: rgb(80,118,94); }

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