#4D765A

Color #4D765A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4D765A

Tints of Como #4D765A

Color information

#4D765A (or 0x4D765A) is unknown color: approx Como. HEX triplet: 4D, 76 and 5A. RGB value is (77,118,90). Sum of RGB (Red+Green+Blue) = 77+118+90=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #4D765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D765A is #B289A5. Grayscale: #666666. Windows color (decimal): -11700646 or 5928525. OLE color: 5928525.

HSL color Cylindrical-coordinate representation of color #4D765A: hue angle of 139.02º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D765A is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB7711890-
CMYK0.3500.240.54
HSL139.02º21.03%38.24%-
HSV(B)139.02º34.75%46.27%-
XYZ11.3815.2712.02-
YUV102.55120.92109.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=27.02%
G=41.40%
B=31.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77118900.3500.240.54139.0221.0338.24
Hex4D765A23018368b1526
Octal11516613243030662132546
Binary1001101111011010110101000110110001101101000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,118,90); }

 H1.HeaderClassName
 {
   color: #4D765A;
 }
 .AnyTagClassName
 {
   color: #4D765A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,118,90); }

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

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

 span { border-color: rgb(77,118,90); }

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