Html Css Color HEX #50764E Killarney

📋 copy color: '#50764E'

red 80 ◦ green 118 ◦ blue 78

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

Shades of Killarney #50764E

Tints of Killarney #50764E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 28.99%
G = 42.75%
B = 28.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#50764E (or 0x50764E) is known color: Killarney. HEX triplet: 50, 76 and 4E. RGB value is (80,118,78). Sum of RGB (Red+Green+Blue) = 80+118+78=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #50764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50764E is #AF89B1. Grayscale: #666666. Windows color (decimal): -11504050 or 5142096. OLE color: 5142096.

HSL color Cylindrical-coordinate representation of color #50764E: hue angle of 117º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50764E is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 78 -
CMYK 0.32 0 0.34 0.54
HSL 117º 0.2% 0.38% -
HSV(B) 117º 0.34% 0.46% -
XYZ 11.16 15.21 9.56 -
YUV 102.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 80 118 78 0.32 0 0.34 0.54 117 0.2 0.38
Hex 50 76 4E 20 0 22 36 75 14 26
Octal 120 166 116 40 0 42 66 165 24 46
Binary 1010000 1110110 1001110 100000 0 100010 110110 1110101 10100 100110

Color Harmonies of #50764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50764E

Black with #50764E

Text Example


Text Example

White with #50764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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