#4F7766

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

Shades of Como #4F7766

Tints of Como #4F7766

Color information

#4F7766 (or 0x4F7766) is unknown color: approx Como. HEX triplet: 4F, 77 and 66. RGB value is (79,119,102). Sum of RGB (Red+Green+Blue) = 79+119+102=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7766 is #B08899. Grayscale: #696969. Windows color (decimal): -11569306 or 6715215. OLE color: 6715215.

HSL color Cylindrical-coordinate representation of color #4F7766: hue angle of 154.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7766 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB79119102-
CMYK0.3400.140.53
HSL154.5º20.2%38.82%-
HSV(B)154.5º33.61%46.67%-
XYZ12.2215.8214.98-
YUV105.1126.25109.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 102 (40.23% from 255) = 34%
R=26.33%
G=39.67%
B=34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791191020.3400.140.53154.520.238.82
Hex4F7766220E359a1427
Octal11716714642016652322447
Binary100111111101111100110100010011101101011001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,102); }

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

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

 a { background-color: rgb(79,119,102); }

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

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

 span { border-color: rgb(79,119,102); }

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