Html Css Color HEX #4D7F65 Como

📋 copy color: '#4D7F65'

red 77 ◦ green 127 ◦ blue 101

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

Shades of Como #4D7F65

Tints of Como #4D7F65

RGB

 RED value IS 77 (30.47% from 255) = 25.25%

 GREEN value IS 127 (50% from 255) = 41.64%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 25.25%
G = 41.64%
B = 33.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#4D7F65 (or 0x4D7F65) is known color: Como. HEX triplet: 4D, 7F and 65. RGB value is (77,127,101). Sum of RGB (Red+Green+Blue) = 77+127+101=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F65 is #B2809A. Grayscale: #6D6D6D. Windows color (decimal): -11698331 or 6651725. OLE color: 6651725.

HSL color Cylindrical-coordinate representation of color #4D7F65: hue angle of 148.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7F65 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 127 101 -
CMYK 0.39 0 0.20 0.50
HSL 148.8º 0.25% 0.4% -
HSV(B) 148.8º 0.39% 0.5% -
XYZ 13 17.7 15.04 -
YUV 109.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 77 127 101 0.39 0 0.20 0.50 148.8 0.25 0.4
Hex 4D 7F 65 27 0 14 32 95 19 28
Octal 115 177 145 47 0 24 62 225 31 50
Binary 1001101 1111111 1100101 100111 0 10100 110010 10010101 11001 101000

Color Harmonies of #4D7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7F65

Black with #4D7F65

Text Example


Text Example

White with #4D7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,127,101); }

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

background-color css

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

 a { background-color: rgb(77,127,101); }

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

border-color css

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

 span { border-color: rgb(77,127,101); }

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