Html Css Color HEX #4F754D Killarney

📋 copy color: '#4F754D'

red 79 ◦ green 117 ◦ blue 77

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

Shades of Killarney #4F754D

Tints of Killarney #4F754D

RGB

 RED value IS 79 (31.25% from 255) = 28.94%

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

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 28.94%
G = 42.86%
B = 28.21%

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

#4F754D (or 0x4F754D) is known color: Killarney. HEX triplet: 4F, 75 and 4D. RGB value is (79,117,77). Sum of RGB (Red+Green+Blue) = 79+117+77=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #4F754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F754D is #B08AB2. Grayscale: #656565. Windows color (decimal): -11569843 or 5076303. OLE color: 5076303.

HSL color Cylindrical-coordinate representation of color #4F754D: hue angle of 117º degrees, saturation: 0.21, 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 #4F754D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 117 77 -
CMYK 0.32 0 0.34 0.54
HSL 117º 0.21% 0.38% -
HSV(B) 117º 0.34% 0.46% -
XYZ 10.93 14.92 9.33 -
YUV 101.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 79 117 77 0.32 0 0.34 0.54 117 0.21 0.38
Hex 4F 75 4D 20 0 22 36 75 15 26
Octal 117 165 115 40 0 42 66 165 25 46
Binary 1001111 1110101 1001101 100000 0 100010 110110 1110101 10101 100110

Color Harmonies of #4F754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F754D

Black with #4F754D

Text Example


Text Example

White with #4F754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F754D; }

 p { color: rgb(79,117,77); }

 H1.HeaderClassName
 {
   color: #4F754D;
 }
 .AnyTagClassName
 {
   color: #4F754D;
 }
</style>

background-color css

<style>
 a { background-color: #4F754D; }

 a { background-color: rgb(79,117,77); }

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

border-color css

<style>
 span { border-color: #4F754D; }

 span { border-color: rgb(79,117,77); }

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