Html Css Color HEX #50755F Como

📋 copy color: '#50755F'

red 80 ◦ green 117 ◦ blue 95

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

Shades of Como #50755F

Tints of Como #50755F

RGB

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

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

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

R = 27.4%
G = 40.07%
B = 32.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#50755F (or 0x50755F) is known color: Como. HEX triplet: 50, 75 and 5F. RGB value is (80,117,95). Sum of RGB (Red+Green+Blue) = 80+117+95=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #50755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755F is #AF8AA0. Grayscale: #676767. Windows color (decimal): -11504289 or 6255952. OLE color: 6255952.

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

Color convert

RGB 80 117 95 -
CMYK 0.32 0 0.19 0.54
HSL 144.32º 0.19% 0.39% -
HSV(B) 144.32º 0.32% 0.46% -
XYZ 11.74 15.25 13.15 -
YUV 103.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 80 117 95 0.32 0 0.19 0.54 144.32 0.19 0.39
Hex 50 75 5F 20 0 13 36 90 13 27
Octal 120 165 137 40 0 23 66 220 23 47
Binary 1010000 1110101 1011111 100000 0 10011 110110 10010000 10011 100111

Color Harmonies of #50755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50755F

Black with #50755F

Text Example


Text Example

White with #50755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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