#507765

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

Shades of Como #507765

Tints of Como #507765

Color information

#507765 (or 0x507765) is unknown color: approx Como. HEX triplet: 50, 77 and 65. RGB value is (80,119,101). Sum of RGB (Red+Green+Blue) = 80+119+101=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #507765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507765 is #AF889A. Grayscale: #696969. Windows color (decimal): -11503771 or 6649680. OLE color: 6649680.

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

Color convert

RGB80119101-
CMYK0.3300.150.53
HSL152.31º19.6%39.02%-
HSV(B)152.31º32.77%46.67%-
XYZ12.2515.8414.72-
YUV105.29125.58109.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=26.67%
G=39.67%
B=33.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801191010.3300.150.53152.3119.639.02
Hex507765210F35981427
Octal12016714541017652302447
Binary101000011101111100101100001011111101011001100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507765; }

 p { color: rgb(80,119,101); }

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

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

 a { background-color: rgb(80,119,101); }

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

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

 span { border-color: rgb(80,119,101); }

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