#4C7761

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

Shades of Como #4C7761

Tints of Como #4C7761

Color information

#4C7761 (or 0x4C7761) is unknown color: approx Como. HEX triplet: 4C, 77 and 61. RGB value is (76,119,97). Sum of RGB (Red+Green+Blue) = 76+119+97=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #4C7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7761 is #B3889E. Grayscale: #676767. Windows color (decimal): -11765919 or 6387532. OLE color: 6387532.

HSL color Cylindrical-coordinate representation of color #4C7761: hue angle of 149.3º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7761 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB7611997-
CMYK0.3600.180.53
HSL149.3º22.05%38.24%-
HSV(B)149.3º36.13%46.67%-
XYZ11.7315.5913.7-
YUV103.64124.25108.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=26.03%
G=40.75%
B=33.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76119970.3600.180.53149.322.0538.24
Hex4C77612401235951626
Octal11416714144022652252646
Binary1001100111011111000011001000100101101011001010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,119,97); }

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

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

 a { background-color: rgb(76,119,97); }

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

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

 span { border-color: rgb(76,119,97); }

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